Bet you did know that you can make the border of a table look like a dashed line. yup and here is how you do it. Just look at the style tag in the table to see how it is done. more info can be found at http://www.w3.org
Browsers: IE5+, NS6+
Browsers: IE5+, NS6+
General Details
Snippet uploaded by: snippet
Email : webmaster@snippetlibrary.com
Snippet By: Unknown
<!---Head--->
none
<!---Body--->
<TABLE style="border-collapse: collapse; border: dashed; left: 50%; right: 50%; bottom:50%">
<TR><TD style="border-right: hidden; border-bottom: hidden">foo</TD>
<TD style="border: solid">bar</TD></TR>
<TR><TD style="border: none">foo</TD>
<TD style="border: solid">bar</TD></TR>
</TABLE>
No Reviews to show
