Click to See Complete Forum and Search --> : Rounded borders..


jovialjonny
06-30-2003, 11:37 AM
Hi,
I want to put rounded borders on some span elements that I have been designing. I have been looking around online and most solutions use images for the rounded edges.

Is this the only option or is there any way I can use border style properties to create a rounded edge?

Any suggestions would be appreciated thanks!

Robert Wellock
06-30-2003, 11:48 AM
Perhaps when CSS 3 finally hits the road, you would be able to use rounded corners but until then you are basically limited to image hacks.

Charles
06-30-2003, 11:57 AM
And when you consider that CSS2 has been out for 5 years and MSIE still hasn't fully implimented it, I wouldn't expect to see MSIE support rounded corners in my lifetime.

PeOfEo
06-30-2003, 01:52 PM
You can use vml to make rounded courners... Just put a rounded rectangle as your bacground to a div or a cell or even put it in its own div and use css to position it. Its a bit hard to control but that is one method.