Saturday, December 24, 2011

How do you give divs rounded corners in IE7 and IE8 without using images?

I dont want to use a solid image, a top and bottom image, or an image for each corner. I want to do it all in CSS. I already have mox and webkit for safari and firefox. Just need the markup for IE7 and 8. Thanks in advanced|||IE is miles behind with web standards and CSS.





Rounded corners are part of CSS3 which has not been finalized yet.





IE does not support CSS3 at all. In fact it barely supports CSS2 properly.|||%26lt;div style="border: 5px solid #000; -moz-border-radius: 10px; -webkit-border-radius: 10px;"%26gt;This is some text%26lt;/div%26gt;





This works in Firefox but of course not IE. Everything inside style="" is CSS.

No comments:

Post a Comment