Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
border radius with IE9
#2
I am also not a IE-techie or lover, but I found this site here:

http://ie.microsoft.com/testdrive/html5/...fault.html

you defined border-radius twice in #nav:

Code:
border-radius: 2em;
-webkit-border-radius: 2em;
-moz-border-radius: 2em;
border-radius: 2em;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);

maybe that is the problem?
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply


Messages In This Thread
border radius with IE9 - by didou038 - 2012-03-10, 20:57:07
border radius with IE9 - by Connie - 2012-03-10, 21:40:04
border radius with IE9 - by didou038 - 2012-03-11, 06:43:25
border radius with IE9 - by gugu - 2012-03-11, 07:15:07
border radius with IE9 - by BrandonF - 2012-03-11, 07:37:32
border radius with IE9 - by didou038 - 2012-03-11, 18:25:15



Users browsing this thread: 2 Guest(s)