Click to See Complete Forum and Search --> : round corners


BrutusUnix
04-26-2008, 11:37 AM
I'm trying to create a table with round corners can I do this with out images? just using css?

WebJoel
04-26-2008, 11:49 AM
It can be done. Google "curvy corners".

Also, there is a CSS3 recommendation coming for imageless curved corners, -"-moz-border-radius" I beleive.
Currently supported in the latest Firefox, and Opera, but don't plan for IE to support it anytime in the next oh I dunno... ten years maybe? :(

drhowarddrfine
04-26-2008, 02:16 PM
Yes. For Firefox, it's -moz-border-radius. For Safari it's -webkit-border-radius. Not sure about Opera.
border-radius (http://www.css3.info/preview/rounded-border/)
As webjoel said, forget about IE doing anything "advanced" like this for another decade.