Dotted table borders, how to??

liunx

Guest
Hi guys,<br />
I was wondering if anyone knows how to get the dotted lines<br />
that are surrounding the cells on this site: <br />
<!-- m --><a class="postlink" href="http://www.aliaswavefront.com/en/products/maya/index.shtml">http://www.aliaswavefront.com/en/produc ... ndex.shtml</a><!-- m --><br />
<br />
I realize it's probably shims, but how do you make them and how do I apply it in a table??<br />
I have been trying to figure out that type of look ,can anyone help??<br />
thanks in advance!<!--content-->Looking at the source, looks like that site uses a GIF image that contains a single dot that's repeated. Not difficult to do using CSS (with the background-repeat property).<br />
<br />
A similar effect can be created with CSS borders.<br />
this site (<!-- m --><a class="postlink" href="http://www.htmlgoodies.com/beyond/css_borders.html">http://www.htmlgoodies.com/beyond/css_borders.html</a><!-- m -->) [htmlgoodies.com] and this site (<!-- m --><a class="postlink" href="http://www.htmlhelp.com/reference/css/box/">http://www.htmlhelp.com/reference/css/box/</a><!-- m -->) [htmlhelp.com] have info.<!--content-->Thanks Arctic Dragon, I appreciate the fast reply,<br />
im gonna check those links out!!<br />
thanks!<!--content-->how bout<br />
<br />
<table style="border-style: dotted;"><br />
<br />
wouldn't that be better. Try changing dotted for<br />
<br />
dashed<br />
solid<br />
double<br />
groove<br />
ridge<br />
inset or<br />
outset<br />
<br />
Those will give you some funky borders.<!--content-->
 
Back
Top