找回密碼
 註冊
搜索
熱搜: 活動 交友 discuz
查看: 4644|回復: 4

html貼圖語法系列

[複製鏈接]
發表於 2006-6-7 09:21:49 | 顯示全部樓層 |閱讀模式
[教學]貼圖語法系列



------------------普通系列
<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+'隻羊');}>
發表於 2006-6-7 16:14:31 | 顯示全部樓層
wow
cool
u got many of them
thx
回復

使用道具 舉報

夢幻天使兔 該用戶已被刪除
發表於 2006-7-5 10:26:15 | 顯示全部樓層
提示: 作者被禁止或刪除 內容自動屏蔽
回復

使用道具 舉報

發表於 2006-10-6 14:56:17 | 顯示全部樓層
Thanks~~~~~~~~~~~~~`
回復

使用道具 舉報

發表於 2007-11-27 01:59:23 | 顯示全部樓層
超詳細的啦,如果小弟能加以運用的話,那麼就可以分享更多的東西給各位了~
謝謝大大喔
回復

使用道具 舉報

您需要登錄後才可以回帖 登錄 | 註冊

本版積分規則

Archiver|手機版|小黑屋|PLUS28 論壇|討論區

GMT+8, 2025-4-22 03:19 , Processed in 0.186244 second(s), 17 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回復 返回頂部 返回列表