Jump to content

Rounded corners?


migroo

Recommended Posts

Is there a way to make the corners of a <div> element round instead of square? Thanks I have bean all over the CSS tutorials and I don't see anything in there about how to do this.

Link to comment
Share on other sites

There are a couple of browser specific ways of doing it. If you can be sure your users are going to be using Safari you can use the -webkit CSS properties, but you generally can't be sure of such things and your CSS won't validate. Until CSS3 is widely supported, you're best doing it with images. For image based rounded corners, check out cssplay.

Link to comment
Share on other sites

Thanks. Well I will just have to do it the hard way and use images.Thanks for the link... I can't wait for CSS3 to be fully supported.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...