Hello People
Im using a div tag with a table and using the CSS to give it a white background with round edges, its working fine, but in IE it doesn’t make it round, it keeps it square any reason why?
CSS code for round edges:
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-khtml-border-radius:7px;
border-radius:7px;
behavior:url(border-radius.htc);
works in all browsers except Internet Explorer
philm
July 30, 2010, 1:27pm
2
When IE9 is realeased I guess
Unfortunately IE still does not support border-radius.
philm
July 30, 2010, 1:57pm
4
If only it was that easy… the client says “hey, on the visuals we have nice round corners yet on screen it’s all square”
IE SUCKS!! Flip, we always struggle with compatibility issues, when will they ever get up to date like the rest of the world’s browsers.
Just let IE users see non rounded corners, then when IE9 appears those users will start seeing them.