[教學]字炫語法系列(容易套用版)

Home Home
引用 | 編輯 紫龍
2002-11-08 08:15
樓主
推文 x0
表情 標準教學區貼文範例1 表情
                                    BY   KC715

下影系列〔參數:Positive:透明度。OffX:水平位移。OffY:垂直位移〕
複製程式
<font style=width:100%;filter:DropShadow(Color=#009900,OffX=-2,OffY=-2,Positive=1)>文字產生下方陰影的效果</font>

波浪系列〔參數:Freq=波浪數。Lightstrength=亮度。Phase=相角。Strength=幅度〕
複製程式
<div style='width:100%;font-size:20;color:009900;Filter:Wave(Freq=2,Lightstrength=30,Phase=0,Strength=2)'>即可將文字產生波浪的效果</div>

變大系列
複製程式
<font style=cursor:hand onMouseover=this.size=5 onmouseout=this.size=3>滑鼠移過來即可看到變大效果</font> 

換色系列
複製程式
<font style=cursor:hand onMouseover="this.color='ff0000'"onmouseout="this.color=�'">滑鼠移過來即可看到換色效果</font> 

換字系列〔字數必須要跟換字過後的字數一樣顯得較逼真唷〕
複製程式
<span style=cursor:hand onmouseout="this.innerText='滑鼠移過來'"onmouseover="this.innerText='在移開看看'">滑鼠移過來</span> 

鼠碰系列

複製程式
<span style=cursor:hand onmouseover=this.innerText='觸碰系列'>滑鼠觸碰字即可看到換字效果</span>

鼠離系列
複製程式
<span style=cursor:hand onmouseout=this.innerText='觸離系列'>滑鼠觸離字即可看到效果</span>

鼠左系列
複製程式
<span style=cursor:hand onclick=this.innerText='觸左系列'>滑鼠觸左字即可看到效果</span>

鼠按系列
複製程式
<span style=cursor:hand onmousedown=this.innerText='觸按系列'>滑鼠觸按字即可看到效果</span> 

變色系列〔在同一個頁面id記得不可以一樣、最好別在同個頁面上放上兩個類似的效果!切記切記〕

鼠態系列〔動〕
複製程式
<body onmousemove=k0.style.color=Math.random()*255*255*255><font id=k0>隨鼠動態彩字系列</font> 

觸動系列〔字〕
複製程式
<font id=k1 onmousemove=k1.style.color=Math.random()*255*255*255 style=cursor:hand>文字裡滑鼠觸動即可看到效果</font> 

觸離系列〔字〕
複製程式
<font id=k2 onmouseout=k2.style.color=Math.random()*255*255*255 style=cursor:hand>文字裡滑鼠觸離即可看到效果</font> 

觸碰系列〔字〕
複製程式
<font id=k3 onmouseover=k3.style.color=Math.random()*255*255*255 style=cursor:hand>文字裡滑鼠觸碰即可看到效果</font> 

觸左系列〔字〕
複製程式
<font id=k4 onclick=k4.style.color=Math.random()*255*255*255 style=cursor:hand>文字裡滑鼠觸左鍵即可看到效果</font> 

觸按系列〔字〕
複製程式
<font id=k5 onmousedown=k5.style.color=Math.random()*255*255*255 style=cursor:hand>文字裡滑鼠觸按鍵即可看到效果</font>

自動系列〔200為0.2秒數,1000代表1秒,就是每0.2秒鐘變換一次色彩〕
複製程式
<img src=width=0 height=0 onerror=setInterval('k6.style.color=Math.random()*255*255*255',200)><font id=k6>彩字變變變系列</font> 


獻花 x0
引用 | 編輯 kc715
2004-12-19 12:01
1樓
  
這是原始文章 是不是比較不好閱讀呢

------------鼠碰系列
<span style=cursor:hand onmouseover=this.innerText='觸碰系列'>滑鼠觸碰字即可看到換字效果</span>
------------鼠離系列
<span style=cursor:hand onmouseout=this.innerText='觸離系列'>滑鼠觸離字即可看到效果</span>
------------鼠左系列
<span style=cursor:hand onclick=this.innerText='觸左系列'>滑鼠觸左字即可看到效果</span>
------------鼠按系列
<span style=cursor:hand onmousedown=this.innerText='觸按系列'>滑鼠觸按字即可看到效果</span>
------------------變色系列〔在同一個頁面id記得不可以一樣、最好別在同個頁面上放上兩個類似的效果!切記切記〕
------------鼠鼠系列
隨鼠系列〔鼠〕

------------動態系列
鼠態系列〔動〕
<body onmousemove=k0.style.color=Math.random()*255*255*255><font id=k0>隨鼠動態彩字系列</font>
------------文字系列
觸動系列〔字〕
<font id=k1 onmousemove=k1.style.color=Math.random()*255*255*255 style=cursor:hand>文字裡滑鼠觸動即可看到效果</font>
觸離系列〔字〕
<font id=k2 onmouseout=k2.style.color=Math.random()*255*255*255 style=cursor:hand>文字裡滑鼠觸離即可看到效果</font>
觸碰系列〔字〕
<font id=k3 onmouseover=k3.style.color=Math.random()*255*255*255 style=cursor:hand>文字裡滑鼠觸碰即可看到效果</font>
觸左系列〔字〕
<font id=k4 onclick=k4.style.color=Math.random()*255*255*255 style=cursor:hand>文字裡滑鼠觸左鍵即可看到效果</font>
觸按系列〔字〕
<font id=k5 onmousedown=k5.style.color=Math.random()*255*255*255 style=cursor:hand>文字裡滑鼠觸按鍵即可看到效果</font>
------------自動系列〔200為0.2秒數,1000代表1秒,就是每0.2秒鐘變換一次色彩〕
自變系列〔跳〕
<img src=width=0 height=0 onerror=setInterval('k6.style.color=Math.random()*255*255*255',200)><font id=k6>彩字變變變系列</font>

獻花 x0
引用 | 編輯 hweibox
2006-12-28 09:40
2樓
  
感謝大大的熱心,但無法直接在此觀看效果
還得複製才能看到效果有點不知字炫效果如何??

獻花 x0
引用 | 編輯 kia5423
2007-06-12 06:39
3樓
  
如果有提供試點馬上可以看到效果的語法,就太完美了....

獻花 x0
引用 | 編輯 myhotpaul
2007-06-12 15:58
4樓
  
看不到效果耶!不過還是感謝啦!!

獻花 x0
引用 | 編輯 8204615
2007-07-26 23:37
5樓
  
可以用記事本用看看就知道了
效果不錯
表情

獻花 x0
引用 | 編輯 lisa_lee
2007-11-22 21:41
6樓
  
好東西,感謝大大的分享 表情

獻花 x0
引用 | 編輯 poan3
2008-03-28 18:39
7樓
  
嘿嘿好好玩~

我把它COPY下來了 謝謝版主

有大大,要玩可以去 http://t105.loxa.edu.tw/computer/7/ 試試

獻花 x0
引用 | 編輯 ╭☆奧芸☆╯
2008-10-10 01:55
8樓
  
下面是引用poan3於2008-03-28 18:39發表的 [教學]字炫語法系列(容易套用版) 好好玩:
嘿嘿好好玩~

我把它COPY下來了 謝謝版主

有大大,要玩可以去 http://t105.loxa.edu.tw/computer/7/ 試試


正愁沒地方試玩勒

感謝大大

好久沒碰語法的東西嚕...表情

獻花 x0
引用 | 編輯 shing3728
2010-09-11 10:43
9樓
  
不錯的效果耶~~!!
感謝啦! 表情

獻花 x0