|
〔この列ペースト不要〕
シフトJIS使用(削除不可)
ieなどに表示するアイコンファイル名(削除可)
<style type 〜</style>は(削除可)
ハイパーリンク文字色 背景色 下線
表示済みの〃
マウスオーバー時の〃
クリック中の〃
リンクを新しいWinで開くを標準(削除可)※:target= いろいろ
同じフレーム target="_self"
ページ全体 target="_top"
親フレーム target="_parent"
お気に入り、タスクバーに表示するページ名(≠ファイル名)
スクロールテキスト
サイト名 URL ターゲット
以下、同様。
水平スクロール(垂直スクロールは、vertical)
画像・区切り文字
|
<meta http-equiv="Content-Type" content="text/html; charset=x-sjis">
<link REL="SHORTCUT ICON" href="favicon.ico">
<style type="text/css"><!--
a:link { color:#55006C; background-color:#FAFAFC;
text-decoration:none; }
a:visited { color:#3E0010; background-color:#F3F2F4; text-decoration:none; }
a:hover { color:#8000e2; background-color:#E8E5E9;
text-decoration:underline; }
a:active { color:#E700A4; background-color:#E1DDE9;
text-decoration:underline; }
-->
</style>
<base target="_blank">
<title>サンプルページ スクロールテキスト 10</title> <!-- ☆ ----------- ↓ この間をコピー&ペーストします。 ------------ -->
<script type="text/javascript" language="JavaScript">
<!--
// Use Freely as long as following disclaimer is intact ::
//---------------------------------------------------------------
// Cross Browser Multi-Directional Scroller v1.0 24th August 2004
// This script written by Rik Comery. www.ricom.co.uk
// For support, visit the "Resources" section at www.ricom.co.uk
// All rights reserved.
// Featured in the SimplytheBest DHTML Scripts Library at
http://simplythebest.net/scripts/
Article = new Array;
i=0;
/* DEFINE SCROLLER ELEMENTS
Define new scroller elements here in the following format.
Article[i] = new Array ("display text", "URL", "frame target to load link
in");i++
Note: If you do not want the item to be a link, change the URL value to
"none".
*/
// スクロールテキスト ハイパーリンク・URL ターゲット
Article[i] = new Array ("=(・。.・)= こんにちは。 最新DHTML・CSS・XML・Java・JavaScript・フレーム・フォームサンプルなどいろいろ。 =(^。^)=",
"none", "");i++
Article[i] = new Array ("Windows Media Player",
"http://xml-xsl.sakura.ne.jp/sound1.htm",
"_blank");i++
Article[i] = new Array ("□ - Jazz・Pops1",
"http://xml-xsl.sakura.ne.jp/sound1a.asx", "_self");i++
Article[i] = new Array ("□ - Jazz・Pops2",
"http://xml-xsl.sakura.ne.jp/sound2.asx", "_self");i++
Article[i] = new Array ("♪ - Jazz・Pops1",
"http://xml-xsl.sakura.ne.jp/sound1.asx", "_self");i++
Article[i] = new Array ("♪ - Jazz・Pops2",
"http://xml-xsl.sakura.ne.jp/sound1c.asx", "_self");i++
Article[i] = new Array ("♪ - Clasics",
"http://xml-xsl.sakura.ne.jp/sound1c1.asx", "_self");i++
Article[i] = new Array ("♪ Web Radio",
"http://xml-xsl.sakura.ne.jp/station1w.htm", "_blank");i++
Article[i] = new Array ("♪ MP3 - Clasics、Jazz",
"sound_player2a.htm", "_blank");i++
Article[i] = new Array ("♪ RealPlay",
"real_play.htm", "_blank");i++
Article[i] = new Array ("♪ サウンドプレイヤー 4",
"sound_player4.htm", "_blank");i++
Article[i] = new Array ("♪ サウンドプレイヤー 3",
"sound_player3.htm", "_blank");i++
////// SCROLLER CONFIGURATION
///////////////////////////////////////////////////////////////////
orientation = "horizontal" // 水平スクロール Orientation of scroller
(Horizontal or vertical)
scrollerWidth = "450" // 幅 Width of entire scroller.
scrollerHeight = "10" // 高さ Height of Scroller.
borderWidth = 1 // 罫線幅 Width of border. (use 0 for no border).
borderColour = "#A5A1C8" // 罫線色 Colour of scroller border. (Use
either hexadecimal or text values. e.g. "#FF0000" or "Red")
backColour = "#FFFFFF" // 背景色 Colour of scroller background. (Use
either hexadecimal or text values. e.g. "#FF0000" or "Red")
staticColour = "#320056" // テキスト色 Colour of scroller items that are
NOT a link. (including scrollerDivider characters)
stopScroll = 1 // マウスオーバー時ポーズ Pause the scroller on mouseOver.
(use 0 for no.)
textAlignment="left" // 左詰め Alignment of each scroller item. Only
really makes a difference on vertical scroller
// (center, left, right, justify)
// スクロール中 Scroller Links
linkFont = "MS PGothic" // フォント Font of scroller links;
linkWeight = "normal" // 細字 Weight of scroller links;
linkColour = "#5B0078" // ハイパーリンクテキスト色 Colour of scroller links
linkSize = "10" // フォントサイズ Size of links (in points)
linkDecoration = "none" // テキスト装飾無し Decoration of links. (underline,
overline, none)
// マウスオーバー時 Scroller Links On MouseOver
slinkFont = "MS PGothic" // フォント Font of scroller links;
slinkWeight = "normal" // 細字 Weight of scroller links;
slinkColour = "#28C0C9" // ハイパーリンクテキスト色 Colour of scroller links
slinkSize = "10" // フォントサイズ Size of links (in points)
slinkDecoration = "none" // 下線 Decoration of links. (underline, overline,
none)
scrollerDivider = " <img border=0 src=bullet2.gif width=13
height=13> " // 画像・区切り文字 Character to place between each
scroller item.
// <img> tags can be used if an image is required.
==== この間、説明を省略。 ====
////// END OF SCRIPT
///////////////////////////////////////////////////////////////////
//-->
</script>
<!-- ☆ ----------- ↑ この間をコピー&ペーストします。 ------------ -->
|