Jump to content

Css3 not working in IE9


Recommended Posts

I cannot fig why css3 is not working in ie9. I tested it on xamp and it all worked ok with rounded corner. Ive come to put it on a live sever and its not working! It does in FFox but not IE9

 

is my css3 code correct?

 

-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
-khtml-border-radius-topleft: 5px;
border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
-khtml-border-radius-topright: 5px;
border-top-right-radius: 5px;

 

hope somone can help got loads on my plate at the mo without this :-)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...