2012年2月6日 星期一

CSS畫虛線

<table style="border: 1px dotted #ff0000;width:400"><tr><td>表格</td></tr></table>
表格
dashed 是虛線
dotted 是點線

<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse; border-style: dotted; border-width: 1" bordercolor="#000000" width="400" height="300" id="AutoNumber1">
<tr><td align="center"><b>Dotted table border</b></td>
</tr>
</table>
Dotted table border





學習參考
http://www.lslnet.com/linux/f/docs1/i51/big5349756.htm
http://www.lslnet.com/linux/f/docs1/i43/big5304607.htm

沒有留言:

張貼留言