Rounded borders..

liunx

Guest
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!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.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.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.
 
Back
Top