加入我的最愛  |   設定為首頁  |   圖片上載  論壇音樂模式    非音樂模式   
 
I-See 論壇

I-See 論壇 註冊 登錄 會員 勳章中心 MSN宣傳系統 虛擬形象 音樂盒中心 隨機圖片中心 Flash 遊戲 會員相冊 新手手冊 娛樂設施 幫助 簡體中文 界面風格




 發新回覆
發新主題 發新投票
標題: 爆多語法!! *轉
載入中 ...
jenky
初生嬰兒



會員編號 70011
精華 0
積分 387
帖子 19
威望 0 點
I-See幣 10926 錢
GAME幣 100 個
MSN宣傳 0 次
性別  女
配偶 未婚
閱讀權限 40
註冊 2005-11-11
註冊天數 6759
狀態 離線
  只顯示 jenky 的帖子
發表於 2006-8-28 02:54 PM  資料  短消息  加為好友 
爆多語法!! *轉

關 於 背 景 特 效

背景左上
<style type="text/css">
<!--
BODY{
background-image : url(圖址);
background-repeat : no-repeat;
background-attachment : fixed;
background-position :0% 0%;
}
-->
</style>

-------------------------------------------------

背景左下
<style type="text/css">
<!--
BODY{
background-image : url(圖址);
background-repeat : no-repeat;
background-attachment : fixed;
background-position :0% 100%;
}
-->
</style>

-------------------------------------------------

背景右上
<style type="text/css">
<!--
BODY{
background-image : url(圖址);
background-repeat : no-repeat;
background-attachment : fixed;
background-position :100% 0%;
}
-->
</style>

-------------------------------------------------

背景右下
<style type="text/css">
<!--
BODY{
background-image : url(圖址);
background-repeat : no-repeat;
background-attachment : fixed;
background-position :100% 100%;
}
-->
</style>

-------------------------------------------------

背景中央
<style type="text/css">
<!--
BODY{
background-image : url(圖址);
background-repeat : no-repeat;
background-attachment : fixed;
background-position :50% 50%;
}
-->
</style>

-------------------------------------------------

背景右側
STYLE type="text/css">
<!--
BODY{
background-image:url(圖址);
  background-repeat : repeat-y;
  background-attachment : fixed;
  background-position : right top;
}
-->
</STYLE>

-------------------------------------------------

背景左側
<STYLE type="text/css">
<!--
BODY{
background-image:url(圖址);
  background-repeat : repeat-y;
  background-attachment : fixed;
  background-position : left top;
}
-->
</STYLE>


-------------------------------------------------

[ 本帖最後由 jenky 於 2006-8-28 03:15 PM 編輯 ]

I-See Forum @ All rights reserved.
頂部
jenky
初生嬰兒



會員編號 70011
精華 0
積分 387
帖子 19
威望 0 點
I-See幣 10926 錢
GAME幣 100 個
MSN宣傳 0 次
性別  女
配偶 未婚
閱讀權限 40
註冊 2005-11-11
註冊天數 6759
狀態 離線
  只顯示 jenky 的帖子
發表於 2006-8-28 02:54 PM  資料  短消息  加為好友 
關 於 外 框 特 效

板框虛線
<style>關 於 外 框 特 效
table{style;border:1px dashed; border-color:顏色色碼}
</style>

----------------------------------------------------------------------------

板框實線
<style>
table{style;border:2px double; border-color:色碼}
</style>

----------------------------------------------------------------------------

四色外框
<script language="JavaScript1.2">
if (document.all)document.body.style.cssText="border:10 double; border-color:上方色碼 右方色碼 下方色碼 左方色碼"</script>

----------------------------------------------------------------------------

控制外框
<style>
body{
border-right: 粗細px dotted;
border-top: 粗細px dotted;
border-left: 粗細px dotted;
border-bottom: 粗細px dotted;
border-color:顏色色碼;
}</style>

----------------------------------------------------------------------------

雙色外框
<script language="JavaScript1.2">
if (document.all)document.body.style.cssText="border:粗細 double; border-color:上下方色碼 左右方色碼"</script>

----------------------------------------------------------------------------

單色外框
<script language="JavaScript1.2">
if (document.all)
document.body.style.cssText="border:粗細 dotted 色碼"
</script>

----------------------------------------------------------------------------

上下外框
<script language="JavaScript1.2">
if (document.all)
document.body.style.cssText="border-bottom-width:粗細px;border-bottom-style:dotted;border-bottom-color:下方色碼;border-top-width:粗細px;border-top-style:dotted;border-top-color:上方色碼"
</script>

----------------------------------------------------------------------------

左右外框 
<script language="JavaScript1.2">
if (document.all)
document.body.style.cssText="border-left-width:粗細px;border-left-style:dotted ;border-left-color:左邊色碼;border-right-width:粗細px;border-right-style:dotted ;border-right-color:右邊色碼"
</script>

I-See Forum @ All rights reserved.
頂部
jenky
初生嬰兒



會員編號 70011
精華 0
積分 387
帖子 19
威望 0 點
I-See幣 10926 錢
GAME幣 100 個
MSN宣傳 0 次
性別  女
配偶 未婚
閱讀權限 40
註冊 2005-11-11
註冊天數 6759
狀態 離線
  只顯示 jenky 的帖子
發表於 2006-8-28 02:55 PM  資料  短消息  加為好友 
----------------------------------------------------------------------------

露狗語法框
<INPUT onMouseOver="this.focus()" onFocus="select()" NAME="n" SIZE="30" style="color: blue; FONT-SIZE: 12pt; font-family:verdana;border:1 solid skyblue" VALUE="<a href=連結網址 target=blank><img src=圖片網址 border=0 alt=名字></a>">

----------------------------------------------------------------------------
游標跟圖
<div id="cursor" style="position:absolute; left:100px; top:160px; width:100px; height:25px; z-index:0; visibility: visible">
<img src="圖址">   
</div>
<script language="JavaScript">
<!--
function YY_Mousetrace(evnt) { //v1.2 copyright (c)1998 Yaro von Flocken
if (yyns4)
{if (evnt.pageX) {yy_ml=evnt.pageX; yy_mt=evnt.pageY;} }
else{
yy_ml=(event.clientX + document.body.scrollLeft);
yy_mt=(event.clientY + document.body.scrollTop);
}
if (yy_tracescript)eval(yy_tracescript)
}
function m()
{
document.all.cursor.style.left=yy_ml+10
document.all.cursor.style.top=yy_mt+10
}
//-->
</script>
<script language="JavaScript">
<!--
var yyns4=window.Event?true:false; var yy_mt = 0; var yy_ml = 0;
if (yyns4) document.captureEvents(Event.MOUSEMOVE);
document.onmousemove = YY_Mousetrace;
yy_tracescript = m();
//-->
</script>

----------------------------------------------------------------------------

十字瞄準
<!--十字瞄準線語法開始處--->
<div id="leftright" style="width:expression(document.body.clientWidth-2)">
</div>
<div id="topdown" style="height:expression(document.body.clientHeight-2)">
</div>
<script language="JavaScript1.2">


<!--

if (document.all&&!window.print){

leftright.style.width=document.body.clientWidth-2

topdown.style.height=document.body.clientHeight-2

}

else if (document.layers){

document.leftright.clip.width=window.innerWidth

document.leftright.clip.height=1

document.topdown.clip.width=1

document.topdown.clip.height=window.innerHeight

}

function followmouse1(){

//move cross engine for IE 4+

leftright.style.pixelTop=document.body.scrollTop+event.clientY+1

topdown.style.pixelTop=document.body.scrollTop

if (event.clientX<document.body.clientWidth-2)

topdown.style.pixelLeft=document.body.scrollLeft+event.clientX+1

else

topdown.style.pixelLeft=document.body.clientWidth-2

}

function followmouse2(e){

//move cross engine for NS 4+

document.leftright.top=e.y+1

document.topdown.top=pageYOffset

document.topdown.left=e.x+1

}

if (document.all)

document.onmousemove=followmouse1

else if (document.layers){

window.captureEvents(Event.MOUSEMOVE)

window.onmousemove=followmouse2

}

function regenerate(){

window.location.reload()

}

function regenerate2(){

setTimeout("window.onresize=regenerate",400)

}

if ((document.all&&!window.print)||document.layers)

//if the user is using IE 4 or NS 4, both NOT IE 5+

                        

//-->

</script>

<style>

<!--

#leftright, #topdown{

position:absolute;

left:0;

top:0;

width:1px;

height:1px;

layer-background-color:#B0D0F8;

background-color:#FF6699;  //修改十字線顏色

z-index:100;

font-size:1px;

}

-->

</style>
<!--十字瞄準線語法結束處--->

----------------------------------------------------------------------------

I-See Forum @ All rights reserved.
頂部
jenky
初生嬰兒



會員編號 70011
精華 0
積分 387
帖子 19
威望 0 點
I-See幣 10926 錢
GAME幣 100 個
MSN宣傳 0 次
性別  女
配偶 未婚
閱讀權限 40
註冊 2005-11-11
註冊天數 6759
狀態 離線
  只顯示 jenky 的帖子
發表於 2006-8-28 02:55 PM  資料  短消息  加為好友 
滑鼠帶字
<script language=JavaScript>
<!--
function stoker(){
gazo.style.pixelLeft=document.body.scrollLeft+window.event.clientX+5;
gazo.style.pixelTop=document.body.scrollTop+window.event.clientY+5;}
document.onmousemove=stoker;
document.write(<SPAN ID=gazo STYLE=position:absolute;left:7;top;7;font-size:字的大小pt;color:#字的顏色>文字</SPAN>);
//--></script>

----------------------------------------------------------------------------

字框指標
<SCRIPT language="JavaScript1.2">
<!--

var scroller_msg=文字

var dismissafter=0

var initialvisible=0
if (document.all)
document.write(<marquee id="curscroll" style="position:absolute;width:長度px;border:1px solid 字框顏色;font-size:字體大小pt;background-color:背景顏色;visibility:hidden;color:#字的顏色">+scroller_msg+</marquee>)

function followcursor(){
//move cursor function for IE

if (initialvisible==0){
curscroll.style.visibility="visible"
initialvisible=1
}

curscroll.style.left=document.body.scrollLeft+event.clientX+10
curscroll.style.top=document.body.scrollTop+event.clientY+10
}

function dismissmessage(){
curscroll.style.visibility="hidden"
}


if (document.all){
document.onmousemove=followcursor
document.ondblclick=dismissmessage
if (dismissafter!=0)
setTimeout("dismissmessage()",dismissafter*1000)
}



//-->
</SCRIPT>

----------------------------------------------------------------------------

I-See Forum @ All rights reserved.
頂部
jenky
初生嬰兒



會員編號 70011
精華 0
積分 387
帖子 19
威望 0 點
I-See幣 10926 錢
GAME幣 100 個
MSN宣傳 0 次
性別  女
配偶 未婚
閱讀權限 40
註冊 2005-11-11
註冊天數 6759
狀態 離線
  只顯示 jenky 的帖子
發表於 2006-8-28 02:56 PM  資料  短消息  加為好友 
關 於 文 字 變 化

浮雕文字
<table border="0" bgColor=#CCCCCC>
<tr><td style="FILTER: dropshadow(color=#FFFFFF,offx=1,offy=1)">文字
</td></tr></table>

----------------------------------------------------------------------------

陰影文字
<table border="0">
<tr><td style="FILTER: dropshadow(color=#CCCCCC,offx=3,offy=3);color:#4b4b4b">文字<BR>
</td></tr></table>

----------------------------------------------------------------------------

朦朧文字
<tt style="FILTER: dropshadow(color=#陰影色,offx=1,offy=1,positive=true); WIDTH: 150pt; HEIGHT: 2pt"><font color="#文字色"><span lang="zh-tw"><font face="Verdana">文字</font>

----------------------------------------------------------------------------

捲動文字
<marquee scrollamount="1" direction="up" width="268" height="86" ">     
</marquee>
<p><font color="#CC6699"></font></p>
<p><font color="#CC6699">我是第一行的文字</font></p>
<p><font color="#CC6699">我是第二行的文字</font></p>
<p><font color="#CC6699">我是第三行的文字</font></p>
<p><font color="#CC6699">我是第四行的文字</font></p>
</td></table>

----------------------------------------------------------------------------

字加底線
<u>輸入字</u>

----------------------------------------------------------------------------

字加刪線
<s>輸入字</s>

----------------------------------------------------------------------------

版字大小 
<style>
body,tr,td{font:輸入大小pt 新細明體}
</style>

----------------------------------------------------------------------------

字色統一
<!--字色統1--></STYLE>
<style>
font,body,table,td{color:#色馬}
</style><!--結束-->

----------------------------------------------------------------------------

改變字色
<font color="色馬">字</font>

----------------------------------------------------------------------------

改字大小
<font style =font-size:11 px>要打的字</font>

----------------------------------------------------------------------------

字有底色
<FONT style="BACKGROUND-COLOR: #底色色馬">字</FONT>

----------------------------------------------------------------------------
關 於 捲 軸 特 效

基本捲軸
<style type=text/css>
<!--
BODY{
SCROLLBAR-FACE-COLOR: #ffffff; /*捲軸顏色*/
SCROLLBAR-HIGHLIGHT-COLOR: #9966ff; /*捲軸左與上內邊框*/
SCROLLBAR-SHADOW-COLOR: #ffffff;/*捲軸右與下內邊框*/
SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; /*捲軸左與上外邊框*/
SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;/*捲軸右與下外邊框*/
SCROLLBAR-ARROW-COLOR: #9966ff; /*捲軸箭頭*/
SCROLLBAR-TRACK-COLOR: #ffffff; /*捲軸底色*/
}
-->
</style>

----------------------------------------------------------------------------

箭頭捲軸
<style type=text/css>
<!--
BODY{
scrollbar-3dlight-color:#ffffff;
scrollbar-darkshadow-color:#ffffff;
scrollbar-face-color:#ffffff;
scrollbar-highlight-color:#ffffff;
scrollbar-shadow-color:#ffffff;
scrollbar-arrow-color:000000;
scrollbar-track-color:FFFFFF;
}
-->
</STYLE>

----------------------------------------------------------------------------

中空捲軸
<style type=text/css>
<!--
BODY{
SCROLLBAR-FACE-COLOR: #ffffff; /*捲軸顏色*/
SCROLLBAR-HIGHLIGHT-COLOR: #ffFFFF; /*捲軸左與上內邊框*/
SCROLLBAR-SHADOW-COLOR: #000000;/*捲軸右與下內邊框*/
SCROLLBAR-3DLIGHT-COLOR: #000000; /*捲軸左與上外邊框*/
SCROLLBAR-DARKSHADOW-COLOR: #ffFFFF;/*捲軸右與下外邊框*/
SCROLLBAR-ARROW-COLOR: #000000; /*捲軸箭頭*/
SCROLLBAR-TRACK-COLOR: #ffffff; /*捲軸底色*/
}
-->
</style>

----------------------------------------------------------------------------

立體捲軸
<style type=text/css>
<!--
BODY{
SCROLLBAR-FACE-COLOR: #ffffff; /*捲軸顏色*/
SCROLLBAR-HIGHLIGHT-COLOR: #000000; /*捲軸左與上內邊框*/
SCROLLBAR-SHADOW-COLOR: #ffffff;/*捲軸右與下內邊框*/
SCROLLBAR-3DLIGHT-COLOR: #ffffff; /*捲軸左與上外邊框*/
SCROLLBAR-DARKSHADOW-COLOR: #000000;/*捲軸右與下外邊框*/
SCROLLBAR-ARROW-COLOR: #000000; /*捲軸箭頭*/
SCROLLBAR-TRACK-COLOR: #ffFFFF; /*捲軸底色*/
}
-->
</style>

----------------------------------------------------------------------------

全色捲軸
<style type=text/css>
<!--
BODY{
SCROLLBAR-FACE-COLOR: #000000; /*捲軸顏色*/
SCROLLBAR-HIGHLIGHT-COLOR: #000000; /*捲軸左與上內邊框*/
SCROLLBAR-SHADOW-COLOR: #000000;/*捲軸右與下內邊框*/
SCROLLBAR-3DLIGHT-COLOR: #ffffff; /*捲軸左與上外邊框*/
SCROLLBAR-DARKSHADOW-COLOR: #000000;/*捲軸右與下外邊框*/
SCROLLBAR-ARROW-COLOR: #000000; /*捲軸箭頭*/
SCROLLBAR-TRACK-COLOR: #ffFFFF; /*捲軸底色*/
}
-->
</style>

----------------------------------------------------------------------------

底色捲軸
<style type=text/css>
<!--
BODY{
SCROLLBAR-FACE-COLOR: #ffffff; /*捲軸顏色*/
SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; /*捲軸左與上內邊框*/
SCROLLBAR-SHADOW-COLOR: #ffffff;/*捲軸右與下內邊框*/
SCROLLBAR-3DLIGHT-COLOR: #ffffff; /*捲軸左與上外邊框*/
SCROLLBAR-DARKSHADOW-COLOR: #ffffff;/*捲軸右與下外邊框*/
SCROLLBAR-ARROW-COLOR: #000000; /*捲軸箭頭*/
SCROLLBAR-TRACK-COLOR: #000000; /*捲軸底色*/
}
-->
</style>

----------------------------------------------------------------------------

水嫩捲軸
<style type=text/css>
<!--
BODY{
SCROLLBAR-FACE-COLOR: #c0c0c0;
SCROLLBAR-SHADOW-COLOR: #000000;
SCROLLBAR-3DLIGHT-COLOR: #000000;
SCROLLBAR-ARROW-COLOR: #000000;
SCROLLBAR-TRACK-COLOR: #fcfcfc;
SCROLLBAR-DARKSHADOW-COLOR: #fcfcfc;
SCROLLBAR-BASE-COLOR: #fcd8d8}
-->
</style>

----------------------------------------------------------------------------

I-See Forum @ All rights reserved.
頂部
jenky
初生嬰兒



會員編號 70011
精華 0
積分 387
帖子 19
威望 0 點
I-See幣 10926 錢
GAME幣 100 個
MSN宣傳 0 次
性別  女
配偶 未婚
閱讀權限 40
註冊 2005-11-11
註冊天數 6759
狀態 離線
  只顯示 jenky 的帖子
發表於 2006-8-28 02:57 PM  資料  短消息  加為好友 
關 於 連 結 特 效

取消底線
<style type="text/css">
<!--
a{ text-decoration:none; }
-->
</style>

----------------------------------------------------------------------------

上下實線
<style type=text/css>
<!--
a:link {
color:#底色;
text-decoration:none;
}
a:visited {
color:#連結後的顏色;
text-decoration:none;
}
a:active {
color:#連結中顏色;
text-decoration:none;
}
a:hover {
color:#觸碰時顏色;
text-decoration:none;
border-top:solid 1pt;
border-bottom:solid 1pt;
}
-->
</STYLE>

----------------------------------------------------------------------------

上下虛線
<style type=text/css>
<!--
a:link {
color:#底色;
text-decoration:none;
}
a:visited {
color:#連結後的顏色;
text-decoration:none;
}
a:active {
color:#連結中顏色;
text-decoration:none;
}
a:hover {
color:#觸碰時顏色;
text-decoration:none;
border-top:dotted 1pt;
border-bottom:dotted 1pt;
}
-->
</STYLE>

----------------------------------------------------------------------------

三線連結
<STYLE type="text/css">
<!--
a:link, a:visited{text-decoration:none;
color:#整頁連結色彩;}
a:hover, a:active{text-decoration:
underline overline line-through;
color:#觸碰後的色彩;}
-->
</STYLE>

----------------------------------------------------------------------------

底色連結
<STYLE type="text/css">
<!--
A:HOVER{color : 文字色;background-color : 背景色;}
a:link,a:visited{text-decoration:none;color:字色;}
-->
</STYLE>

----------------------------------------------------------------------------

實框連結
<style type=text/css>
<!--
a:link,a:visited{text-decoration:none;color:#字色;}
a:hover {
border-top:1px solid #上框側色;
border-bottom:1px solid #下框側色;
border-left:1px solid #左框側色;
border-right:1px solid #右框側色;
}
-->
</STYLE>

----------------------------------------------------------------------------

虛框連結
<style type=text/css>
<!--
a:link,a:visited{text-decoration:none;color:#字色;}
a:hover {
border-top:1px dashed #上框側色;
border-bottom:1px dashed #下框側色;
border-left:1px dashed #左框側色;
border-right:1px dashed #右框側色;
}
-->
</STYLE>

----------------------------------------------------------------------------

下虛連結
<STYLE>
<!--
A:HOVER{
border-bottom-style : dotted;
border-bottom-color : #連結虛線色;
border-bottom-width : 1px;
}
A{text-decoration : none;
}
-->
</STYLE>

----------------------------------------------------------------------------

下實連結
<STYLE>
<!--
A:HOVER{
border-bottom-style : solid;
border-bottom-color : #連結虛線色;
border-bottom-width : 1px;
}
A{text-decoration : none;
}
-->
</STYLE>

----------------------------------------------------------------------------

下壓連結
<STYLE type="text/css">
<!--
A:HOVER{
position : relative;
上下:移動多少px; 左右:移動多少px;}
-->
</STYLE>

I-See Forum @ All rights reserved.
頂部
jenky
初生嬰兒



會員編號 70011
精華 0
積分 387
帖子 19
威望 0 點
I-See幣 10926 錢
GAME幣 100 個
MSN宣傳 0 次
性別  女
配偶 未婚
閱讀權限 40
註冊 2005-11-11
註冊天數 6759
狀態 離線
  只顯示 jenky 的帖子
發表於 2006-8-28 02:58 PM  資料  短消息  加為好友 
----------------------------------------------------------------------------
關 於 連 結 . 音 樂

露狗連結
<a href=連結網址 target=blank><img src=圖片 border=0 alt=打字></a>

----------------------------------------------------------------------------

圖片連結
<a href="連結網址" target=_blank><img src="圖片網址" border="0"></a>

----------------------------------------------------------------------------

左邊連結
<!--左邊連結-->
<DIV id=point1 style="POSITION: absolute; VISIBILITY: visible; left: 5px; top: 150px; width: 15px; height: 12px">
<TABLE border=1 borderColor=外框顏色 cellPadding=2cellSpacing=0 width=120>
<TBODY>
<TR>
<TD align=middle> <font color="#字的色馬">連 結</font></a></TD>
</TR>
<TD align=middle><a href="網址" target="_blank"><font color="#連結字的色馬">等 待</font></a></TD>
</TR>
<TD align=middle><a href="網址" target="_blank"><font color="#連結字的色馬">等 待</font></a></TD>
</TR>
<TD align=middle><a href="網址" target="_blank"><font color="#連結字的色馬">等 待</font></a></TD>
</TR>
<TD align=middle><a href="網址" target="_blank"><font color="#連結字的色馬">等 待</font></a></TD>
</TR>
<TD align=middle><a href="網址" target="_blank"><font color="#連結字的色馬">等 待</font></a></TD>
</TR>
<TD align=middle><a href="網址" target="_blank"><font color="#連結字的色馬">等 待</font></a></TD>
</TR>
<TD align=middle><a href="網址" target="_blank"><font color="#連結字的色馬">等 待</font></a></TD>
</TR>
<TD align=middle><a href="網址" target="_blank"><font color="#連結字的色馬">等 待</font></a></TD>
</TR>
<TD align=middle><a href="網址" target="_blank"><font color="#連結字的色馬">等 待</font></a></TD>
</TR>
<TD align=middle><a href="網址" target="_blank"><font color="#連結字的色馬">等 待</font></a></TD>
</TR>
</TBODY></TABLE></DIV> <!--左邊連結-->

----------------------------------------------------------------------------

另開連結
<a href="連結網址" target=_blank>連結的名稱</a>

----------------------------------------------------------------------------

文字連結
<a href="連結網址">連結的名稱</a>

----------------------------------------------------------------------------

背景音樂
<!--隱藏式背景音樂--開始-->
<embed src="音樂網址
" width=0 autostart=TRUE height="0"loop="20">
<!--隱藏式背景音樂--結束-->

----------------------------------------------------------------------------

關 於 預 防 特 效

封鎖右鍵
<body ONDRAGSTART="window.event.returnValue=false" ONCONTEXTMENU="window.event.returnValue=false" >

----------------------------------------------------------------------------

封鎖反白
<body ONDRAGSTART="window.event.returnValue=false" onSelectStart="event.returnValue=false">

----------------------------------------------------------------------------

右鍵警告
<SCRIPT Language="javascript">
function MM_displayStatusMsg(msgStr) { //v2.0
status=msgStr;
document.MM_returnvalue = true;
}
function click() {
if (event.button==2) {
alert(輸入您想打的文字);
}
}
document.onmousedown=click
</SCRIPT>

----------------------------------------------------------------------------

右鍵最愛
<SCRIPT Language="javascript">
function click() {
if (event.button==2) {
window.external.addFavorite(設定網址,網站名稱)
}
}
document.onmousedown=click
</SCRIPT>

----------------------------------------------------------------------------

標準警告
<!-------鎖右鍵_開始-------->
<script language="javascript">
<!--   
if (navigator.appName.indexOf("Internet Explorer") != -1)   
document.onmousedown = noSourceExplorer;   
function noSourceExplorer(){if (event.button == 2 | event.button == 3)   
{   
alert("請勿偷圖!");}}   
//-->   
</script>
        <!-------鎖右鍵_結束-------->

I-See Forum @ All rights reserved.
頂部
jenky
初生嬰兒



會員編號 70011
精華 0
積分 387
帖子 19
威望 0 點
I-See幣 10926 錢
GAME幣 100 個
MSN宣傳 0 次
性別  女
配偶 未婚
閱讀權限 40
註冊 2005-11-11
註冊天數 6759
狀態 離線
  只顯示 jenky 的帖子
發表於 2006-8-28 02:59 PM  資料  短消息  加為好友 
----------------------------------------------------------------------------

關 於 實 用 特 效  

上頁下頁
<a href="javascript:history.back()">←上頁</a><a href="javascript:history.forward()">下頁→</a>

----------------------------------------------------------------------------

加到最愛
<a href="javascript:window.external.AddFavorite
(網址, 名稱)">加到我的最愛</a>

----------------------------------------------------------------------------

組織最愛
<a href="javascript:window.external.ShowBrowserUI(OrganizeFavorites, null)"> 組織我的最愛</a>

----------------------------------------------------------------------------

版權說明
<SCRIPT language=JavaScript><!--
today=new Date();
y0=today.getFullYear();
---></SCRIPT>
<font color=#666666 face="Verdana">
Copyright ©                                                      
<SCRIPT language=JavaScript>
<!---
document.write(y0);
---></SCRIPT> 輸入你的站名</font>

----------------------------------------------------------------------------

重新整理
<a href="javascript:location.reload()"><font face=Verdana color=字色 size=2>重新整理</font></a>

----------------------------------------------------------------------------

更新日期
<script>
document.write("<font style=font-size:8pt;Color:#000000>" , "本頁最後更新日期:"+document.lastModified+"" , "</FONT>");
</script>

----------------------------------------------------------------------------
飄雪效果
<script language="JavaScript">
N = 200;
Y = new Array();
X = new Array();
S = new Array();
A = new Array();
B = new Array();
M = new Array();
V = (document.layers)?1:0;
iH=(document.layers)?window.innerHeight:window.document.body.clientHeight;
iW=(document.layers)?window.innerWidth:window.document.body.clientWidth;
for (i=0; i < N; i++){                                                               
Y=Math.round(Math.random()*iH);
X=Math.round(Math.random()*iW);
S=Math.round(Math.random()*5+2);
A=0;
B=Math.random()*0.1+0.1;
M=Math.round(Math.random()*1+1);
}if (V){for (i = 0; i < N; i++)
{document.write("<LAYER NAME=sn"+i+" LEFT=0 TOP=0 BGCOLOR=#fffff0 CLIP=,0,"+M+","+M+"></LAYER>")}
}else{document.write(<div style="position:absolute;top:0px;left:0px">);
document.write(<div style="position:relative">);
for (i = 0; i < N; i++)
{document.write(<div id="si" style="position:absolute;top:0;left:0;width:+M+;height:+M+;background:#fffff0;font-size:+M+\"></div>)}
document.write(</div></div>);}
function snow(){var H=(document.layers)?window.innerHeight:window.document.body.clientHeight;
var W=(document.layers)?window.innerWidth:window.document.body.clientWidth;
var T=(document.layers)?window.pageYOffset:document.body.scrollTop;
var L=(document.layers)?window.pageXOffset:document.body.scrollLeft;
for (i=0; i < N; i++){sy=S*Math.sin(90*Math.PI/180);
sx=S*Math.cos(A);
Y+=sy;
X+=sx;
if (Y > H){Y=-10;
X=Math.round(Math.random()*W);
M=Math.round(Math.random()*1+1);
S=Math.round(Math.random()*5+2);}
if (V){document.layers[sn+i].left=X;document.layers[sn+i].top=Y+T}
else{si.style.pixelLeft=X;si.style.pixelTop=Y+T}
A+=B;}setTimeout(snow(),10);}window.onLoad=snow()
</script>

------------------------------------------------------------------------------------------

十字線
<style>
#leftright, #topdown{
position:absolute;
left:0;
top:0;
width:1px;
height:1px;
layer-background-color:gray;
background-color:gray;
z-index:100;
font-size:1px;
}
</style>

<div id="leftright" style="width:expression(document.body.clientWidth-2)"></div>
<div id="topdown" style="height:expression(document.body.clientHeight-2)"></div>
<script>
if (document.all&&!window.print){
leftright.style.width=document.body.clientWidth-2
topdown.style.height=document.body.clientHeight-2
}
else if (document.layers){
document.leftright.clip.width=window.innerWidth
document.leftright.clip.height=1
document.topdown.clip.width=1
document.topdown.clip.height=window.innerHeight
}
function followmouse1(){
leftright.style.pixelTop=document.body.scrollTop+event.clientY+1
topdown.style.pixelTop=document.body.scrollTop
if (event.clientX<document.body.clientWidth-2)
topdown.style.pixelLeft=document.body.scrollLeft+event.clientX+1
else
topdown.style.pixelLeft=document.body.clientWidth-2
}
function followmouse2(e){
document.leftright.top=e.y+1
document.topdown.top=pageYOffset
document.topdown.left=e.x+1
}
if (document.all)
document.onmousemove=followmouse1
else if (document.layers){
window.captureEvents(Event.MOUSEMOVE)
window.onmousemove=followmouse2
}
</script>


進入時說話
<SCRIPT LANGUAGE="JavaScript">
alert("你的說話")
</script>  


離網時說話
onUnload="window.alert(\你的說話)"


加入影片
<embed src="影片網址" autostart=true loop=true>

網頁邊框
<script language="JavaScript1.2">
if (document.all)
document.body.style.cssText="border:10 solid #cccccc" //border是寬度,之後是顏色
</script>

陰影邊框
<style>
body{border:14px ridge #cccccc}
</style>

左右邊框
<style>
body{border-left:14px solid #cccccc;border-right:14px solid #cccccc}
</style>


淡圖變清
<img src="圖檔" style="filter:alpha(opacity=30)" onMouseOver="this.style.filter=alpha(style:0)\"  onMouseOut="this.style.filter=alpha(opacity:30)\">


指圖變淡
<img src="圖檔"   onMouseOver="this.style.filter=alpha(opacity:30)\"  onMouseOut="this.style.filter=alpha(style:0)\">  


圖 層
用法 : 把圖層放在一的你唔想見到的地方,例如放在廣告之上,再配合底色使用,用來隱藏廣告
<div id="board" style="position:absolute; left:151; top:22; width:581; height:109; z-index:4; background-color: #F0F0F0; layer-background-color: #CCFF00; border: 1px none #000000">
<p align="center"> </p>
<p align="center"><font color="#008080" face="Arial">FreeDownload</font><p align="center">
<font color="#008080" size="2">圖 層</font></div>

I-See Forum @ All rights reserved.
頂部
jenky
初生嬰兒



會員編號 70011
精華 0
積分 387
帖子 19
威望 0 點
I-See幣 10926 錢
GAME幣 100 個
MSN宣傳 0 次
性別  女
配偶 未婚
閱讀權限 40
註冊 2005-11-11
註冊天數 6759
狀態 離線
  只顯示 jenky 的帖子
發表於 2006-8-28 03:00 PM  資料  短消息  加為好友 
光臨次數
<script language="JavaScript">
function GookieVal(offset) {var endstr = document.cookie.indexOf (";", offset);if (endstr == -1)endstr = document.cookie.length;
return unescape(document.cookie.substring(offset, endstr));}
function Gookie(name) {var arg = name + "=";
var alen = arg.length;
var clen = document.cookie.length;
var i = 0;while (i < clen) {
var j = i + alen;
if (document.cookie.substring(i, j) == arg)
return GookieVal (j);
i = document.cookie.indexOf(" ", i) + 1;
if (i == 0) break;}return null;
}function Sookie(name, value) {
var argv = Sookie.arguments;
var argc = Sookie.arguments.length;
var expires = (argc > 2) ? argv[2] : null;
var path = (argc > 3) ? argv[3] : null;
var domain = (argc > 4) ? argv[4] : null;
var secure = (argc > 5) ? argv[5] : false;
document.cookie = name + "=" + escape (value) +
((expires == null) ? "" : ("; expires="
+ expires.toGMTString())) +
((path == null) ? "" : ("; path=" + path)) +
((domain == null) ? "" : ("; domain=" + domain)) +
((secure == true) ? "; secure" : "");}function Dookie(name) {
var exp = new Date();exp.setTime (exp.getTime() - 1);
var cval = Gookie (name);document.cookie = name + "=" + cval + "; expires="+ exp.toGMTString();}</script><table><tr><td style="color:red;font-size=12px"><script>
var expdate = new Date();expdate.setTime(expdate.getTime() + (24 * 60 * 60 * 1000 * 365));
if(!(visits = Gookie("3wave"))) {visits = 1;
Sookie("3wave", visits, expdate, "/", null, false);
document.write("你是第" + visits + "次來");}else{visits++; Sookie("3wave", visits, expdate, "/", null, false);document.write("你是第" + visits + "次來");} </script></td></tr></table>


背景置中
<STYLE>
body{ background-image: url(圖片網址); background-repeat: no-repeat;
background-attachment: fixed; background-position: 50% 50% }</STYLE>

---------------------------------------------------------------------------------------------

滿天星
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
var no = 12; // number of hearts
var speed = 10; // smaller number moves the hearts faster
var heart = "圖檔位置";
var flag;
var ns4up = (document.layers) ? 1 : 0; // browser sniffer
var ie4up = (document.all) ? 1 : 0;

var dx, xp, yp; // coordinate and position variables
var am, stx, sty; // amplitude and step variables
var i, doc_width = 800, doc_height = 600;
if (ns4up) {
doc_width = self.innerWidth;
doc_height = self.innerHeight;
} else if (ie4up) {
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}
dx = new Array();
xp = new Array();
yp = new Array();
amx = new Array();
amy = new Array();
stx = new Array();
sty = new Array();
flag = new Array();
for (i = 0; i < no; ++ i) {
dx = 0; // set coordinate variables
xp = Math.random()*(doc_width-30)+10; // set position variables
yp = Math.random()*doc_height;
amy = 12+ Math.random()*20; // set amplitude variables
amx = 10+ Math.random()*40;
stx = 0.02 + Math.random()/10; // set step variables
sty = 0.7 + Math.random(); // set step variables
flag = (Math.random()>0.5)?1:0;
if (ns4up) { // set layers
if (i == 0) {
document.write("<layer name=\"dot"+ i +"\" left=\"15\" ");
document.write("top=\"15\" visibility=\"show\"><img src=\"");
document.write(heart+ "\" border=\"0\"></layer>");
} else {
document.write("<layer name=\"dot"+ i +"\" left=\"15\" ");
document.write("top=\"15\" visibility=\"show\"><img src=\"");
document.write(heart+ "\" border=\"0\"></layer>");
}
} else
if (ie4up) {
if (i == 0) {
document.write("<div id=\"dot"+ i +"\" style=\"POSITION: ");
document.write("absolute; Z-INDEX: "+ i +"; VISIBILITY: ");
document.write("visible; TOP: 15px; LEFT: 15px;\"><img src=\"");
document.write(heart+ "\" border=\"0\"></div>");
} else {
document.write("<div id=\"dot"+ i +"\" style=\"POSITION: ");
document.write("absolute; Z-INDEX: "+ i +"; VISIBILITY: ");
document.write("visible; TOP: 15px; LEFT: 15px;\"><img src=\"");
document.write(heart+ "\" border=\"0\"></div>");
}
}
}

function snowNS() { // Netscape main animation function
for (i = 0; i < no; ++ i) { // iterate for every dot
if (yp > doc_height-50) {
xp = 10+ Math.random()*(doc_width-amx-30);
yp = 0;
flag=(Math.random()<0.5)?1:0;
stx = 0.02 + Math.random()/10;
sty = 0.7 + Math.random();
doc_width = self.innerWidth;
doc_height = self.innerHeight;
}
if (flag)
dx += stx;
else
dx -= stx;
if (Math.abs(dx) > Math.PI) {
yp+=Math.abs(amy*dx);
xp+=amx*dx;
dx=0;
flag=!flag;
}
document.layers["dot"+i].top = yp + amy*(Math.abs(Math.sin(dx)+dx));
document.layers["dot"+i].left = xp + amx*dx;

}
setTimeout("snowNS()", speed);
}

function snowIE() { // IE main animation function
for (i = 0; i < no; ++ i) { // iterate for every dot
if (yp > doc_height-50) {
xp = 10+ Math.random()*(doc_width-amx-30);
yp = 0;
stx = 0.02 + Math.random()/10;
sty = 0.7 + Math.random();
flag=(Math.random()<0.5)?1:0;
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}
if (flag)
dx += stx;
else
dx -= stx;
if (Math.abs(dx) > Math.PI) {
yp+=Math.abs(amy*dx);
xp+=amx*dx;
dx=0;
flag=!flag;
}

document.all["dot"+i].style.pixelTop = yp + amy*(Math.abs(Math.sin(dx)+dx));
document.all["dot"+i].style.pixelLeft = xp + amx*dx;
}
setTimeout("snowIE()", speed);
}

if (ns4up) {
snowNS();
} else if (ie4up) {
snowIE();
}
// End -->
</script>

---------------------------------------------------------------------------------------

[ 本帖最後由 jenky 於 2006-8-28 03:01 PM 編輯 ]

I-See Forum @ All rights reserved.
頂部
jenky
初生嬰兒



會員編號 70011
精華 0
積分 387
帖子 19
威望 0 點
I-See幣 10926 錢
GAME幣 100 個
MSN宣傳 0 次
性別  女
配偶 未婚
閱讀權限 40
註冊 2005-11-11
註冊天數 6759
狀態 離線
  只顯示 jenky 的帖子
發表於 2006-8-28 03:02 PM  資料  短消息  加為好友 
按鍵彈星星
<DIV id=sparks>
<DIV id=sDiv0 style="POSITION: absolute; VISIBILITY: hidden"><FONT color=red
face="arial black" size=4>☆</FONT></DIV>
<DIV id=sDiv1 style="POSITION: absolute; VISIBILITY: hidden"><FONT color=yellow
face="arial black" size=3>☆</FONT></DIV>
<DIV id=sDiv2 style="POSITION: absolute; VISIBILITY: hidden"><FONT color=blue
face="arial black" size=5>☆</FONT></DIV>
<DIV id=sDiv3 style="POSITION: absolute; VISIBILITY: hidden"><FONT color=red
face="arial black" size=1>☆</FONT></DIV>
<DIV id=sDiv4 style="POSITION: absolute; VISIBILITY: hidden"><FONT color=orange
face="arial black" size=2>☆</FONT></DIV>
<DIV id=sDiv5 style="POSITION: absolute; VISIBILITY: hidden"><FONT color=red
face="arial black" size=3>☆</FONT></DIV>
<DIV id=sDiv6 style="POSITION: absolute; VISIBILITY: hidden"><FONT color=green
face="arial black" size=4>☆</FONT></DIV>
<DIV id=sDiv7 style="POSITION: absolute; VISIBILITY: hidden"><FONT color=skyblue
face="arial black" size=4>☆</FONT></DIV>
<DIV id=sDiv8 style="POSITION: absolute; VISIBILITY: hidden"><FONT color=white
face="arial black" size=2>☆</FONT></DIV>
<DIV id=sDiv9 style="POSITION: absolute; VISIBILITY: hidden"><FONT color=yellow
face="arial black" size=3>☆</FONT></DIV></DIV>
<SCRIPT language=JavaScript1.2>
var ver = navigator.appVersion;
var dom = document.getElementById ? 1 : 0;
var ie5 = (ver.indexOf("MSIE 5" > -1 && dom) ? 1 : 0;
var n = (document.layers);
var ie = (document.all);
var sparksAflyin = 0;
var totalSparks = 0;
var sparksOn = 1;
function initMouseEvents() {
document.onmousedown = mouseDown;
if (n) document.captureEvents(Event.MOUSEDOWN | Event.MOUSEMOVE);
}
function mouseDown(e) {
if (sparksOn) {
var mousex = (n) ? e.pageX : event.x+document.body.scrollLeft;
var mousey = (n) ? e.pageY : event.y+document.body.scrollTop;
if (!sparksAflyin) {
for (var k = 0; k <= 9; k++)
eval(SHOW("sDiv+k+\");
sparksAflyin = 1;
totalSparks = 0;
for(i = 0;i <= 9; i++)
eval(moveTo(+i+,0,+mousex+,+mousey+));
}
}
}
function moveTo(i,j, mousex, mousey){
if (j < eval(anim_+i+\_x.length) ){
var tempx = eval(anim_+i+\_x[j]+mousex);
var tempy = eval(anim_+i+\_y[j]+mousey);
if (ie) {
if(tempy+30 > (document.body.offsetHeight+document.body.scrollTop))
tempy = document.body.offsetHeight+document.body.scrollTop-30;
if(tempx+30 > (document.body.offsetWidth+document.body.scrollLeft))
tempx = document.body.offsetWidth+document.body.scrollLeft-30;
eval(document.all.sDiv+i+.style.left = tempx;
eval(document.all.sDiv+i+.style.top = tempy;
}
if (n) {
eval(document.layers.sDiv+i+.left = tempx;
eval(document.layers.sDiv+i+.top = tempy;);
}
j++;
setTimeout("moveTo("+i+","+j+","+mousex+","+mousey+")",50)
}
else {
eval(HIDE("sDiv+i+\"));
totalSparks++;
}
if (totalSparks == 10) {
sparksAflyin = 0;
totalSparks = 0;
}
}
function SHOW(divName){
if (document.all)
eval(document.all.+divName+.style.visibility = "visible";);
else if (document.layers)
eval(document.layers["+divName+\"].visibility = "visible";);
}
function HIDE(divName){
if (document.all)
eval(document.all.+divName+.style.visibility = "hidden";);
else if (document.layers)
eval(document.layers["+divName+\"].visibility = "hide";);
}
anim_0_x=new Array(20,20,10,0,0,0,0,0,0,0,0,0);
anim_0_y=new Array(-20,-40,-60,-80,-60,-40,-20,0,20,40,60,80);
anim_1_x=new Array(20,20,17,36,60,78,90,92,93,98,108,120,133,152,181);
anim_1_y=new Array(-20,-20,-33,-38,-38,-27,-2,25,51,84,113,141,162,212,253);
anim_2_x=new Array(20,20,2,3,4,5,6,7,8,9,10,12,13,15,18);
anim_2_y=new Array(-20,-20,-33,-38,-38,-27,-2,25,51,84,113,141,162,212,253);
anim_3_x=new Array(-20,-20,-2,-1,7,10,18,35,60,102,94,94,93,97,108,111,117,127);
anim_3_y=new Array(-20,-25,-64,-89,-104,-150,-173,-197,-213,-199,-151,-101,-66,-17,27,87,140,189);
anim_4_x=new Array(-20,-20,-10,-39,-30,-69,-64,-138,-154,-200,-181,-209,-191,-207,-203,-213,-202,-221,-211);
anim_4_y=new Array(-20,-20,-28,-51,-79,-100,-135,-154,-193,-183,-149,-134,-89,-60,8,51,107,157,201);
anim_5_x=new Array(-20,-29,-51,-72,-105,-133,-164,-189,-209,-229,-247,-270,-279,-282,-283,-283,-285,-286,-288);
anim_5_y=new Array(-20,-55,-86,-116,-154,-183,-205,-217,-217,-198,-169,-120,-44,-8,40,87,144,190,248);
anim_6_x=new Array(-20,-20,-7,14,44,79,143,186,217,226,234,244,250,259,265,274);
anim_6_y=new Array(-20,-21,-72,-113,-139,-166,-188,-181,-126,-68,-3,54,134,187,215,257);
anim_7_x=new Array(20,20,-3,-9,-13,-27,-33,-44,-54,-66,-77,-95,-107,-136,-150,-160,-164,-168,-171,-172,-172,-176,-175);
anim_7_y=new Array(-20,-26,-43,-63,-89,-116,-145,-169,-201,-222,-240,-253,-254,-245,-220,-195,-160,-124,-81,-53,-26,19,68);
anim_8_x=new Array(-20,20,-35,39,0,45,-1,24,-15,14,-20,35,-18,38,-11,16,49,64,81,93,100,103,109);
anim_8_y=new Array(-20,-20,-32,-42,-62,-76,-89,-107,-132,-147,-173,-180,-192,-209,-236,-193,-119,-73,-24,51,95,130,188);
anim_9_x=new Array(-20,-51,-89,-110,-165,-191,-228,-240,-259,-271,-277,-281,-287);
anim_9_y=new Array(-20,-20,-35,-37,-34,-16,10,47,105,150,189,227,273);
window.onload=initMouseEvents()
</SCRIPT>

雪景
<script language="JavaScript">
N = 30;
Y = new Array();
X = new Array();
S = new Array();
A = new Array();
B = new Array();
M = new Array();
V = (document.layers)?1:0;
iH=(document.layers)?window.innerHeight:window.document.body.clientHeight;
iW=(document.layers)?window.innerWidth:window.document.body.clientWidth;
for (i=0; i < N; i++){                                                               
Y=Math.round(Math.random()*iH);
X=Math.round(Math.random()*iW);
S=Math.round(Math.random()*5+2);
A=0;
B=Math.random()*0.1+0.1;
M=Math.round(Math.random()*1+1);
}if (V){for (i = 0; i < N; i++)
{document.write("<LAYER NAME=sn"+i+" LEFT=0 TOP=0 BGCOLOR=#e5e5e5 CLIP=,0,"+M+","+M+"></LAYER>")}
}else{document.write(<div style="position:absolute;top:0px;left:0px">);
document.write(<div style="position:relative">);
for (i = 0; i < N; i++)
{document.write(<div id="si" style="position:absolute;top:0;left:0;width:+M+;height:+M+;background:#e5e5e5;font-size:+M+\"></div>)}
document.write(</div></div>);}
function snow(){var H=(document.layers)?window.innerHeight:window.document.body.clientHeight;
var W=(document.layers)?window.innerWidth:window.document.body.clientWidth;
var T=(document.layers)?window.pageYOffset:document.body.scrollTop;
var L=(document.layers)?window.pageXOffset:document.body.scrollLeft;
for (i=0; i < N; i++){sy=S*Math.sin(90*Math.PI/180);
sx=S*Math.cos(A);
Y+=sy;
X+=sx;
if (Y > H){Y=-10;
X=Math.round(Math.random()*W);
M=Math.round(Math.random()*1+1);
S=Math.round(Math.random()*5+2);}
if (V){document.layers[sn+i].left=X;document.layers[sn+i].top=Y+T}
else{si.style.pixelLeft=X;si.style.pixelTop=Y+T}
A+=B;}setTimeout(snow(),10);}window.onLoad=snow()
</script>

------------------------------------------------------------------------------------------

I-See Forum @ All rights reserved.
頂部
載入中 ...
 發新回覆
發新主題 發新投票


載入中 ...


當前時區 GMT+8, 現在時間是 2024-5-15 01:43 AM

  Powered by Discuz!  © Comsenz Inc.
Processed in 0.034994 second(s), 7 queries , Gzip enabled

清除 Cookies - 聯繫我們 - I-See 論壇 - Archiver - WAP