borders in css

windows

Guest
I am looking to put a border around my image in css.

Can I do anything nicer then just a line or dashed line?
Any nice borders that I can do?http://www.w3.org/TR/CSS21/box.html#propdef-border-style

Otherwise, you'll have to look into some sort of faux-border technique. CSS 3 will introduce the long awaited border-image property, but currently there is no support for it to be used.

<!-- m --><a class="postlink" href="http://www.w3.org/TR/2002/WD-css3-border-20021107/#the-border-image">http://www.w3.org/TR/2002/WD-css3-borde ... rder-image</a><!-- m -->
 
Back
Top