[教學]貼圖語法系列

Home Home
引用 | 編輯 紫龍
2002-11-08 09:05
樓主
推文 x0
------------------普通系列
<img src=路徑>
------------------說明系列
<img src=路徑 alt=說明文字>
------------------高寬系列
<img src=路徑 height=高度 width=寬度>
------------------指標系列
<img src=路徑 style=cursor:hand>
------------------對齊系列
至右系列
<img src=路徑 align=right>
至左系列
<img src=路徑 align=left>
字上系列
<img src=路徑 align=top>
字下系列
<img src=路徑 align=bottom>
字中系列
<img src=路徑 align=middle>
字距系列
<img src=路徑 hspace=數字>
------------------反向系列
水平系列
<img src=路徑 style=filter:fliph()>
垂直系列
<img src=路徑 style=filter:flipv()>
------------------圍色系列
<img src=路徑 style=filter:glow(color=000000,strength=1)>
------------------影子系列
有影系列
<img src=路徑 style=filter:dropshadow(color=cccccc,offx=4,offy=4,positive=1)>
任影系列
<img src=路徑 style=filter:shadow(color=cccccc,direction=25)>
------------------透明系列
淡透系列
<img src=路徑 style=filter:alpha(opacity=60,style=0)>
慢透系列
<img src=路徑 style=filter:alpha(opacity=60,style=1)>
弧透系列
<img src=路徑 style=filter:alpha(opacity=60,style=2)>
折透系列
<img src=路徑 style=filter:alpha(opacity=60,style=3)>
------------------歪扭系列
<img src=路徑 style=filter:Wave(strength=5,freq=2,lightstrength=20,phase=9)>
------------------變化系列
<img src=尚觸路徑 onmouseover="src='觸摸路徑'"onmouseout="src='觸離路徑'">
------------------色景系列
被色系列
<img src=路徑 style=background-color:cccccc>
被景系列
<img src=路徑 style='background:url(被景網址)'>
------------------幻覺系列
黑白系列
<img src=路徑 style=filter:gray>
底片系列
<img src=路徑 style=filter:invert>
殘缺系列
<img src=路徑 style=filter:xray>
------------------圍虛系列
圍框系列
<img src=路徑 border=1>
------------線條系列
線框系列
<img src=路徑 style="border:solid 1px solid #009900">
線上系列
<img src=路徑 style="border-top:solid 1px solid #009900">
線下系列
<img src=路徑 style="border-bottom:solid 1px solid #009900">
線左系列
<img src=路徑 style="border-left:solid 1px solid #009900">
線右系列
<img src=路徑 style="border-right:solid 1px solid #009900">
------------虛線系列
虛框系列
<img src=路徑 style="border:1 dashed #009900">
虛上系列
<img src=路徑 style="border-top:dotted 1px dashed #009900">
虛下系列
<img src=路徑 style="border-bottom:dotted 1px dashed #009900">
虛左系列
<img src=路徑 style="border-left:dotted 1px dashed #009900">
虛右系列
<img src=路徑 style="border-right:dotted 1px dashed #009900">
------------虛點系列
點框系列
<img src=路徑 style="border:dotted 2px;border-color:009900">
點上系列
<img src=路徑 style="border-top:dotted 2px;border-color:009900">
點下系列
<img src=路徑 style="border-bottom:dotted 2px;border-color:009900">
點左系列
<img src=路徑 style="border-left:dotted 2px;border-color:009900">
點右系列
<img src=路徑 style="border-right:dotted 2px;border-color:009900">
------------------警告系列
------------防防系列
防碰系列
<img src=路徑 onmouseover=javascript:alert('防碰警告語')>
防離系列
<img src=路徑 onmouseout=javascript:alert('防離警告語')>
防左系列
<img src=路徑 onclick=javascript:alert('防左警告語')>
防按系列
<img src=路徑 onmousedown=javascript:alert('防按警告語')>
------------禁禁系列
禁碰系列
<img src=路徑 onmouseover=window.alert('禁碰多框語1');alert('禁碰多框語2');alert('禁碰多框語3')>
禁離系列
<img src=路徑 onmouseout=window.alert('禁離多框語1');alert('禁離多框語2');alert('禁離多框語3')>
禁左系列
<img src=路徑 onclick=window.alert('禁左多框語1');alert('禁左多框語2');alert('禁左多框語3')>
禁按系列
<img src=路徑 onmousedown=window.alert('禁按多框語1');alert('禁按多框語2');alert('禁按多框語3')>
------------驚驚系列
勿碰系列
<img src=路徑 onmouseover=javascript:{alert('準備數五隻羊');for(index=1;index<6;index++)alert('第'+index+'隻羊');}>
勿離系列
<img src=路徑 onmouseout=javascript:{alert('準備數五隻羊');for(index=1;index<6;index++)alert('第'+index+'隻羊');}>
勿左系列
<img src=路徑 onclick=javascript:{alert('準備數五隻羊');for(index=1;index<6;index++)alert('第'+index+'隻羊');}>
勿按系列
<img src=路徑 onmousedown=javascript:{alert('準備數五隻羊');for(index=1;index<6;index++)alert('第'+index+'隻羊');}>

獻花 x1
引用 | 編輯 exploit
2004-03-16 09:22
1樓
  
紫龍大大的分享對於正要製作網頁的我來說真是有如天降甘霖阿
感謝感謝

獻花 x0
引用 | 編輯 exploit
2004-03-16 09:23
2樓
  
紫龍大大的分享對於正要製作網頁的我來說真是有如天降甘霖阿
感謝感謝

獻花 x0
引用 | 編輯 basic
2004-06-24 12:46
3樓
  
謝謝拉~~

HTML 果然是 使用前 要先英打及格

獻花 x0
引用 | 編輯 cloudjim
2004-07-12 02:11
4樓
  
3q very much!! You so nice!

獻花 x0
引用 | 編輯 webyi
2004-07-17 02:18
5樓
  
这个早就会了,不过还是顶你

獻花 x0
引用 | 編輯 gala03270327
2004-08-06 02:03
6樓
  
慢慢試~
感謝您

獻花 x0
引用 | 編輯 nausicca
2004-09-19 18:36
7樓
  
這些語法應該用得到
感謝提供!

獻花 x0
引用 | 編輯 squall99
2004-10-08 02:12
8樓
  
感謝這太棒了
以後可以貼圖

獻花 x0
引用 | 編輯 gehe
2004-10-09 00:29
9樓
  
不錯.....可以不怕勿按了..........太好了

獻花 x0