ifubad Posted August 8, 2008 Share Posted August 8, 2008 How are these rounded corner boxes created, since they are not using background-images, as far I can tell? http://chrispederick.com/work/web-developer/ Quote Link to comment Share on other sites More sharing options...
noober Posted August 8, 2008 Share Posted August 8, 2008 They're definitely not truly rounded, more of a jaggedy edge, but I get the point. It looks like a property in CSS that is not compliant with IE, though I'm not sure how it's accomplished. Quote Link to comment Share on other sites More sharing options...
ifubad Posted August 8, 2008 Author Share Posted August 8, 2008 not compliant with IE wish IE would just get flushed for good. Even trying to use simple border-bottom for an a tag, to change to a dotted underline for example, IE 6 7 & 8 does not want to show it at all, surprisingly IE 5.5 at least shows a dashed line. Send all IE up with the space shuttle to be scattered... Quote Link to comment Share on other sites More sharing options...
bronzemonkey Posted August 9, 2008 Share Posted August 9, 2008 download the firefox extension called "firebug" and inspect the element in question. the "border-radius" property is being used. it will likely be included in the css3 spec. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.