超鏈接樣式和水平線樣式

超鏈接:  

   a:link{ color :#00688B;text-decoration:none;font-size: small}//未
   a:hover{ color :#000000;text-decoration:underline}
   a:active{ color :Gray ;text-decoration:underline}
   a:visited{ color :#00688B;text-decoration:none;font-size: small }//過

 

水平線:

 

1、普通分隔線:<hr>  
--------------------------------------------------------------------------------


2、分隔線寬度屬性:<hr width=50%> 或者 <hr width=250> (寬度爲實際點數或百分比)  
--------------------------------------------------------------------------------


3、分隔線位置屬性:<hr align=right width=50%> (位置分爲 Left、Center、Right 三種)
--------------------------------------------------------------------------------


4、分隔線厚度屬性:<hr style="height:10px"> (奇怪,height=10 似乎不能起到效果)
--------------------------------------------------------------------------------


5、分隔線無陰影屬性:<hr style="height:10px" noshade>
--------------------------------------------------------------------------------


6、分隔線彩色屬性:<hr color=red> 或者 <hr color=#FF0000> (顏色可調)
--------------------------------------------------------------------------------


7、漸變顏色的分隔線:
<hr style="filter:alpha(opacity=5,finishopacity=100,style=1);height:10px" color=green>

--------------------------------------------------------------------------------

<hr style="filter:alpha(opacity=100,finishopacity=5,style=1);height:10px" color=blue>

--------------------------------------------------------------------------------


8、中心透明的分隔線:
<hr style="filter:alpha(opacity=0,finishopacity=100,style=2);height:12px" color=orange>

--------------------------------------------------------------------------------

<hr style="filter:alpha(opacity=0,finishopacity=100,style=3);height:12px" color=#FF00FF>

--------------------------------------------------------------------------------


9、中心不透明的分隔線:
<hr style="filter:alpha(opacity=100,finishopacity=0,style=2);height:15px" color=yellow>

--------------------------------------------------------------------------------

<hr style="filter:alpha(opacity=100,finishopacity=0,style=3);height:15px" color=#00FFFF>

--------------------------------------------------------------------------------


10、波浪線:
<hr style="filter:wave(strength=9,freq=2,lightstrength=20,phase=9);height:15px" color=pink width=95%>

--------------------------------------------------------------------------------


11、三色線:
<hr style="border-top: #ff0000 solid; color: #00ff00; border-bottom: #0000ff solid; height: 9px">

--------------------------------------------------------------------------------


12、虛線:
<hr style="border-top: 2px dashed; border-bottom: 2px dashed; height: 2px" color=black>



--------------------------------------------------------------------------------



13、豎線:

<hr style="height:100px; width:4px" color=orange>

<hr style="filter:alpha(opacity=100,finishopacity=5,style=2); height:100px; width:5px" color=navy>

<hr style="filter:alpha(opacity=0,finishopacity=100,style=2);height:100px; width:4px" color=red>


--------------------------------------------------------------------------------

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章