紫龙
|
分享:
▼
x0
|
[HTML][教学] [教学]贴图语法系列
------------------普通系列 <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+'只羊');}>
[ 此文章被codeboy在2004-12-12 22:02重新编辑 ]
|