Home › Forums › CSS › [Solved] moz-radius CSS Not Working in IE – Help! › Re: [Solved] moz-radius CSS Not Working in IE – Help!
December 28, 2009 at 11:09 am
#68694
Member
Right now all IE versions don’t support the corner radius css3 tags, you’ll have to use a javascript plugin to apply rounded corners in IE, a simple google search will produce a couple for you. Another thing is all css tags with -moz- only apply to Mozilla Firefox, -webkit- apply to all other broswers (minus IE of course). A good resource for you would be http://www.css3.info/ and obv the site you’re on right now.