論壇首頁 註冊 | 登入 | 會員 | 搜尋 | 統計 | 說明   RSS 訂閱全部版區     
   歡迎來到 YK Forum! 自由SAY | 開口中 | 祈願池 | 宣傳中心 | Flash遊戲 | 寵物中心 | 虛擬形像 | 勳章中心   



 
 
標題: -{轉*} 爆 多 語 法 . 歌 . 滑 鼠 分 享 ; ]
arwg (呀wing`)
普通會員
Rank: 5Rank: 5Rank: 5Rank: 5Rank: 5


UID 12198
積分 3802
經驗 1059
YK幣 1381
帖子 1099
精華 0
註冊 2008-5-25
用戶註冊天數 5786
用戶失蹤天數 3985
來自 媽子個肚._.`
性別 女仔
狀態 離線
  正常字體
發表於 2009-1-7 03:08 PM  資料 文集 短消息 
-{轉*} 爆 多 語 法 . 歌 . 滑 鼠 分 享 ; ]

滑鼠:

CODE:  [Copy to clipboard] <body style="cursor: url('游標位置')">
<head>
<style>
a:hover{cursor:url("游標位置")}
</style>
</head>


記 得 將 游 標 位 置 轉 做 網 址 !

http://materialland.ckza.com/material218ck/cursor/materialland_127.ani

http://materialland.ckza.com/material218ck/cursor/materialland_120.ani

http://materialland.ckza.com/material218ck/cursor/materialland_126.ani

http://materialland.ckza.com/material218ck/cursor/materialland_128.ani

http://materialland.ckza.com/material218ck/cursor/materialland_161.gif

語法:

每小時問候句
<font size=4>
<script language=JavaScript>
var today = new Date ()
var hours = today.getHours();
document.write( "<font color=blue face='新細明體'>");
if (hours <=0) document.write("午夜 12 點多了,晚安");
else if (hours <= 1) document.write("午夜 1 點多了");
else if (hours <= 2) document.write("午夜 2 點丫");
else if (hours <= 3) document.write("已經午夜 3 點多了");
else if (hours <= 4) document.write("已經午夜 4 點多了");
else if (hours <= 5) document.write("早ㄚ! 5 點多了");
else if (hours <= 6) document.write("早ㄚ!6 點多了");
else if (hours <= 7) document.write("早ㄚ!已7 點多了");
else if (hours <= 8) document.write("上午 8 點多了");
else if (hours <= 9) document.write("上午 9 點多了");
else if (hours <= 10) document.write("上午 10 點");
else if (hours <= 11) document.write("上午 11 點多了");
else if (hours <= 12) document.write("中午 12 點");
else if (hours <= 13) document.write("下午 1 點");
else if (hours <= 14) document.write("下午 2 點喇");
else if (hours <= 15) document.write("下午 3 點丫");
else if (hours <= 16) document.write("下午 4 點");
else if (hours <= 17) document.write("下午 5 點");
else if (hours <= 18) document.write("下午 6 點多了");
else if (hours <= 19) document.write("晚上 7 點多了");
else if (hours <= 20) document.write("晚上 8 點了");
else if (hours <= 21) document.write("晚上 9 點了");
else if (hours <= 22) document.write("晚上 10 點了");
else if (hours <= 23) document.write("晚上 11 點了");
</script></font>


相片相反
<style type="text/css">
a:hover {filter:fliph;height:1;}
</style>


留言板框加虛線
<style>
table{style;border:2px dashed; border-color:white red yellow blue}
</style>


板底透明
<style>
table,tr,td{background-color:Transparent}
</style>


背景斜移
<SCRIPT language="Javascript">
var background = "圖片網址";
var speed = 80;
browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);
if (browserName != "Netscape" || browserVer >= 4.5) {
function moveback(movert,movedn,hPos,vPos) {
if (arguments[4])
document.body.style.backgroundImage = "url(\"" + arguments[4] + "\")";if (arguments[5])
document.body.style.backgroundRepeat = arguments[5]
if (!isNaN(hPos)) {
if ((movert!=0) && (hPos>0)) hPos=-100000
hPos += movert} if (!isNaN(vPos)) {
if ((movedn!=0) && (vPos>0)) vPos=-100000
vPos+= movedn}
document.body.style.backgroundPosition= hPos + " " + vPos
if (isNaN(hPos)) hPos = "\"" + hPos + "\""
if (isNaN(vPos)) vPos = "\"" + vPos + "\""
setTimeout("moveback("+movert+","+movedn+","+hPos+","+vPos+")",speed)
}moveback(1,1,0,0, background);}</SCRIPT>


背景外圍模糊
<style>
body{
background-image : url(背景圖網址);filter:Alpha(Opacity=99,style=2);
background-repeat : repeat;
background-attachment : fixed;}
</style>


鎖右鍵+彈出警告
<script language="JavaScript"><!--
if (navigator.appName.indexOf("Internet Explorer") != -1)
document.onmousedown = noSourceExplorer;
function noSourceExplorer(){if (event.button == 2 | event.button == 3)
{
alert("唔得呀..我好辛苦找回來嫁``唔比你");}}
// -->
</script>


小型地震
<script>
function shake(n) {
if (self.moveBy){
for (i = 10; i > 0; i--) {
for (j = n; j > 0; j--) {
self.moveBy(0,i);
self.moveBy(i,0);
self.moveBy(0,-i);
self.moveBy(-i,0);
}} } }shake(5);</script>


板面模糊

<style>
body{filter:Blur(Direction=45,Strength=5)}
</style>




歡迎方塊

<SCRIPT>
window.alert("改寫你喜歡的字句")
</SCRIPT>
同一方塊想隔行、可用 \n\n


飄雪效果

<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,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>


[ 本帖最後由 arwg 於 2009-4-4 05:16 PM 編輯 ]




ヾヾ★放下過去`忘掉曾經`擁抱將來`░░
{♥}{♥}對!我花心`但你比我更加花心`!|
YK Forum © All rights reserved. www.eyankit.com 贊助網站 頂部
arwg (呀wing`)
普通會員
Rank: 5Rank: 5Rank: 5Rank: 5Rank: 5


UID 12198
積分 3802
經驗 1059
YK幣 1381
帖子 1099
精華 0
註冊 2008-5-25
用戶註冊天數 5786
用戶失蹤天數 3985
來自 媽子個肚._.`
性別 女仔
狀態 離線
 
發表於 2009-1-7 03:09 PM  資料 文集 短消息 
音樂語法


黑girl—誰說

<embed src="http://share.ysk.cc/images/musicplayer.swf" width="300" height="20" allowscriptaccess="always" allowfullscreen="true" flashvars="height=20&width=300&file=http://share.ysk.cc/download-353955.mp3&autostart=true&repeat=true" />


黑girl—123木頭人

<embed src="http://share.ysk.cc/images/musicplayer.swf" width="300" height="20" allowscriptaccess="always" allowfullscreen="true" flashvars="height=20&width=300&file=http://share.ysk.cc/download-353958.mp3&autostart=true&repeat=true" />


黑girl—紀念品

<embed src="http://share.ysk.cc/images/musicplayer.swf" width="300" height="20" allowscriptaccess="always" allowfullscreen="true" flashvars="height=20&width=300&file=http://share.ysk.cc/download-353953.mp3&autostart=true&repeat=true" />


飛兒樂團—愛過

<embed src="http://share.ysk.cc/images/musicplayer.swf" width="300" height="20" allowscriptaccess="always" allowfullscreen="true" flashvars="height=20&width=300&file=http://share.ysk.cc/download-353961.mp3&autostart=true&repeat=true" />


張韶涵—親愛的那不是愛情

<embed src="http://share.ysk.cc/images/musicplayer.swf" width="300" height="20" allowscriptaccess="always" allowfullscreen="true" flashvars="height=20&width=300&file=http://share.ysk.cc/download-353962.mp3&autostart=true&repeat=true" />


蕭亞軒—然後

<embed src="http://share.ysk.cc/images/musicplayer.swf" width="300" height="20" allowscriptaccess="always" allowfullscreen="true" flashvars="height=20&width=300&file=http://share.ysk.cc/download-353915.mp3&autostart=true&repeat=true" />


蕭亞軒—LoVe

<embed src="http://share.ysk.cc/images/musicplayer.swf" width="300" height="20" allowscriptaccess="always" allowfullscreen="true" flashvars="height=20&width=300&file=http://share.ysk.cc/download-354862.mp3&autostart=true&repeat=true" />


飛兒樂團—三個心願

<embed src="http://share.ysk.cc/images/musicplayer.swf" width="300" height="20" allowscriptaccess="always" allowfullscreen="true" flashvars="height=20&width=300&file=http://share.ysk.cc/download-354866.mp3&autostart=true&repeat=true" />

我的最愛 : http://wma2.516x.com/lovestart@200800003023/1/112/10347/1.wma


不想懂得::http://mynb.cnool.net/upload/20071229132719672.mp3


分手要狠:http://www.weili.com.cn/bbs/Uplo ... 083149393322541.mp3


最愛還是你;http://203.69.144.195/grm.cdn.hi ... a/10250370/10250370


內在美 http://220.179.123.213:8030/Song/20088517173186785.wma


叫姊姊 http://www.aiyatou.com/bbs/muiscml/jiaojiejie.mp3


您最近還好嗎 http://www.huasainet.com.cn/File ... i001/mp3/nzjhhm.mp3


小野蠻  http://ling.5755.com/download/ringmp3/2008/7/15/1447577358716.mp3


不要離我太遠  http://219.129.251.38/...5%CB%C0 ... %D2%CC%AB%D4%B6.mp3


被遺棄的公主  http://blog.zjcxnews.com.cn/UploadFiles/2007-4/427598597.mp3


你是灰色的: http://file3.zuoyu.com/Rings/200 ... 80fa459caa7d0ca.mp3


十七度;http://www.zhima99.com/nob3files/file/200851264668125.wma


你來自那顆星;http://122.136.32.16:9877/wma444/C/2008531477760/4802454.wma


Girl In Your Dreams;http://www.sxyczx.com/kejian/music/girlindreams.mp3


梁山伯與茱麗葉;http://www.99star.net/zy/user/30 ... e/2007514201456.wma


想個不停::http://www.musicwebtown.com/loveza/playlists/200826/1637050.mp3


誰羨慕像我這樣強的人:http://www.musicwebtown.com/loveza/playlists/200826/1639066.mp3


衝動:http://www.musicwebtown.com/loveza/playlists/200826/1640350.mp3


喜帖街:http://www.musicwebtown.com/loveza/playlists/200826/1640590.mp3


你的香氣:http://www.musicwebtown.com/loveza/playlists/200826/1642769.mp3


咖啡走糖:http://www.musicwebtown.com/loveza/playlists/200826/1649657.mp3


如水:http://www.musicwebtown.com/loveza/playlists/200826/1645824.mp3


最後一秒鐘:http://www.musicwebtown.com/loveza/playlists/202191/1654586.mp3

這一秒我哭了:http://www.musicwebtown.com/loveza/playlists/202191/1657373.mp3
櫻花樹下:http://www.musicwebtown.com/loveza/playlists/202191/1670060.mp3


黑白配:http://www.musicwebtown.com/loveza/playlists/202191/1674860.mp3


理智與感情:http://www.musicwebtown.com/loveza/playlists/204675/1682416.mp3




ヾヾ★放下過去`忘掉曾經`擁抱將來`░░
{♥}{♥}對!我花心`但你比我更加花心`!|
YK Forum © All rights reserved. www.eyankit.com 贊助網站 頂部
ken2008
普通會員
Rank: 5Rank: 5Rank: 5Rank: 5Rank: 5


發帖王勳章   大富豪勳章   在線王勳章  
UID 21072
積分 2866
經驗 1348
YK幣 4203
帖子 1962
精華 0
註冊 2008-12-26
用戶註冊天數 5571
用戶失蹤天數 5399
性別 男生
狀態 離線
 
發表於 2009-1-7 03:19 PM  資料 文集 短消息 
good.....thx...........



YK Forum © All rights reserved. www.eyankit.com 贊助網站 頂部
y_in_g
普通會員
Rank: 5Rank: 5Rank: 5Rank: 5Rank: 5


UID 20860
積分 289
經驗 158
YK幣 109
帖子 131
精華 0
註冊 2008-12-19
用戶註冊天數 5578
用戶失蹤天數 5550
性別 女仔
狀態 離線
 
發表於 2009-1-7 03:24 PM  資料 文集 短消息 
gooo...d...d
thx 4 sharing



YK Forum © All rights reserved. www.eyankit.com 贊助網站 頂部
jj123
初級會員
Rank: 1



UID 21660
積分 9
經驗 3
YK幣 99
帖子 2
精華 0
註冊 2009-1-16
用戶註冊天數 5550
用戶失蹤天數 5543
性別 女仔
狀態 離線
 
發表於 2009-1-16 04:45 PM  資料 文集 短消息 
琪實放係bin??我係new pages wor



YK Forum © All rights reserved. www.eyankit.com 贊助網站 頂部
Babii:)
初級會員
Rank: 1



UID 28192
積分 6
經驗 5
YK幣 105
帖子 4
精華 0
註冊 2009-6-25
用戶註冊天數 5390
用戶失蹤天數 5364
性別 女仔
狀態 離線
 
發表於 2009-6-25 07:11 PM  資料 文集 短消息 
g00d !



YK Forum © All rights reserved. www.eyankit.com 贊助網站 頂部
aka923
初級會員
Rank: 1



UID 29126
積分 5
經驗 4
YK幣 106
帖子 3
精華 0
註冊 2009-8-5
用戶註冊天數 5349
用戶失蹤天數 5349
性別 女仔
狀態 離線
 
發表於 2009-8-5 07:11 PM  資料 文集 短消息 
`-   supsup*v*



YK Forum © All rights reserved. www.eyankit.com 贊助網站 頂部
小檸 (ジョア& ...)
普通會員
Rank: 5Rank: 5Rank: 5Rank: 5Rank: 5
3c`


論壇週年紀念星章   發帖王勳章   在線王勳章   服務勳章   大富豪勳章  
UID 14124
積分 3964
經驗 883
YK幣 3443
帖子 2625
精華 0
註冊 2008-7-29
用戶註冊天數 5721
用戶失蹤天數 4084
性別 女仔
狀態 離線
 
發表於 2009-8-5 08:50 PM  資料 文集 短消息 
d歌好好用`thx




YK Forum © All rights reserved. www.eyankit.com 贊助網站 頂部
amy3528164
初級會員
Rank: 1



UID 29868
積分 20
經驗 8
YK幣 106
帖子 7
精華 0
註冊 2009-9-6
用戶註冊天數 5317
用戶失蹤天數 5280
性別 女仔
狀態 離線
 
發表於 2009-9-6 06:03 PM  資料 文集 短消息 
d語法好惦-v-!



YK Forum © All rights reserved. www.eyankit.com 贊助網站 頂部
vincentyau
普通會員
Rank: 5Rank: 5Rank: 5Rank: 5Rank: 5


論壇週年紀念星章   在線王勳章   發帖王勳章   大富豪勳章  
UID 25911
積分 2283
經驗 827
YK幣 1594
帖子 1212
精華 0
註冊 2009-4-26
用戶註冊天數 5450
用戶失蹤天數 1283
性別 男生
狀態 離線
 
發表於 2009-9-7 08:36 PM  資料 文集 短消息 
thanks for sharing




YK Forum © All rights reserved. www.eyankit.com 贊助網站 頂部
m_love_love
初級會員
Rank: 1


UID 30643
積分 27
經驗 16
YK幣 127
帖子 16
精華 0
註冊 2009-10-17
用戶註冊天數 5276
用戶失蹤天數 4878
來自 火星_`
性別 女仔
狀態 離線
 
發表於 2010-11-3 09:07 AM  資料 文集 短消息  1302818048 michelleka123@live.hk
好好好好好好




[c=12]囝死囝還在;p[/c]
YK Forum © All rights reserved. www.eyankit.com 贊助網站 頂部
boysvs
普通會員
Rank: 5Rank: 5Rank: 5Rank: 5Rank: 5


UID 40304
積分 218
經驗 64
YK幣 122
帖子 85
精華 0
註冊 2011-2-4
用戶註冊天數 4801
用戶失蹤天數 4749
性別 男生
狀態 離線
 
發表於 2011-3-11 05:00 PM  資料 文集 短消息 
好東西呀!!!謝謝!!!!



YK Forum © All rights reserved. www.eyankit.com 贊助網站 頂部
pk9058
普通會員
Rank: 5Rank: 5Rank: 5Rank: 5Rank: 5


論壇週年紀念星章  
UID 43891
積分 1333
經驗 57
YK幣 187
帖子 382
精華 0
註冊 2011-8-12
用戶註冊天數 4612
用戶失蹤天數 348
來自 台灣
性別 男生
狀態 離線
 
發表於 2011-8-16 02:53 PM  資料 文集 短消息 
thx...........good.....



YK Forum © All rights reserved. www.eyankit.com 贊助網站 頂部
john333347
初級會員
Rank: 1



論壇週年紀念星章  
UID 44829
積分 57
經驗 19
YK幣 160
帖子 18
精華 0
註冊 2011-11-10
用戶註冊天數 4522
用戶失蹤天數 4434
性別 男生
狀態 離線
 
發表於 2011-11-12 09:13 AM  資料 文集 短消息 
太棒了

鼠標的圖片好像失聯了

鎖右鍵+彈出警告 聽起來好像不錯

這是用於自己架設的網頁

或者是其他某某公司的網誌

都可以嗎?



YK Forum © All rights reserved. www.eyankit.com 贊助網站 頂部
 



當前時區 GMT+8, 現在時間是 2024-3-28 11:11 PM
Copyright © 2006- YK Forum All rights reserved.

Powered by Discuz!    在線率統計 Powered by Discuz! © 2001- Comsenz Inc. Designed by YK Forum.
Processed in 0.017038 second(s), 8 queries, Gzip enabled.

[Clear cookies] Contact us 聯繫我們 - Archiver 文字版 - WAP 手機版