hi
is there a way to paint a table border with css, like
table {
border: #fc4;
border-size: 10px;
}
i know this example doesnt work (except for the border color, not height)
How to do it?
thanks
| SitePoint Sponsor |



hi
is there a way to paint a table border with css, like
table {
border: #fc4;
border-size: 10px;
}
i know this example doesnt work (except for the border color, not height)
How to do it?
thanks





It's border-width, not border-size.
ck :: bringing chris to the masses.





A quicker way of doing this would be:
-SamCode:table { border: #FC4 10px; }
Sam Hastings



of course! width!!
well, thanks to you both for helping



oops..
onemore question, pls:
is there a way, since width is large (10px) to avoid that shadow efect in 2 of the sides of the table, making equal all qround?
thanks once more



oops once again: the answer is here:
http://www.sitepointforums.com/showt...787#post959787
Bookmarks