Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Rounded corners in MS IE 7

How do I get rounded corners in MSIE7? (and cross-browser, as a bonus, but IE7 is vital)

Can I do it without extra images?

Do I need a bunch of images for different text box/table sizes?


Update: This is actually important, now that I think of it ...

What if I am generating my HTML from PHP and it can be dynamic, so I can't really know the size?

like image 861
Mawg says reinstate Monica Avatar asked Dec 09 '22 08:12

Mawg says reinstate Monica


2 Answers

I'd recommend using CSS3 styling and then CSS3PIE. Works like a charm!

like image 150
Ian Devlin Avatar answered Dec 14 '22 22:12

Ian Devlin


Similar to Ian's answer, one possibility is to use CSS3's border-radius, then include CurvyCorners. You can do it without images -- that is, you don't need to provide images to make either of the solutions mentioned here work.

like image 35
Stephen Booher Avatar answered Dec 14 '22 22:12

Stephen Booher