加菲貓的地盤X日誌
加菲貓的痞客幫
Google

 語法範例如下:

<style type="text/css">
<!--
a { text-decoration : none; } /*去除整頁連結底線*/
#tb {
margin: 0 0; /*表格與網頁邊緣的距離 */
width: 200px; /*表格寬度*/
height:25px; /*表格高度*/
text-align: center; /*表格內的文字置中*/
border: 3px dashed #0000FF; /*表格外框改成虛線邊框顏色*/
}
#tb td a {
display: block; /*強迫顯示*/
line-height: 23px; /*行列高度*/
background: #FFEAFF; /*表格的底色*/
}
#tb td a:hover {
background: #D9ECFF; /*滑鼠經過的表格底色顏色*/
border-bottom: 2px dotted #ff00ff;/*表格內滑鼠滑過橫線改成點線框線顏色*/

}
#tb1{border: 2px dotted #ff00ff;} /*表格內橫線改成點線框線顏色*/
-->
</style>
<p align="center">

<table id="tb" style="border-collapse:collapse;" cellpadding="0" cellspacing="0">
<tr><td id="tb1" ><a target="_parent" href="http://blog.xuite.net/fanlucy/1500">加菲貓的地盤X日誌</a></td></tr>
<tr><td id="tb1"><a target="_parent" href="http://hopopo923.pixnet.net/blog">加菲貓的痞客幫</a></td></tr>
<tr><td id="tb1"><a href="http://www.google.com.tw/" target="_parent">Google</a></td></tr>
</table></p>
 

arrow
arrow
    全站熱搜

    加菲貓 發表在 痞客邦 留言(0) 人氣()