Round corner in css3

Hej.
I has make a webpage in HTML5 and css3, se link http://www.miethide.dk/speedway/sm2010.html but the round corner dont work in IE9 beta, it work in Firefox 2 beta.
:slight_smile:

Her is the the code in css3.

/* Default CSS /
/
Generated by the CoffeeCup HTML Editor - www.coffeecup.com */
body{ padding: 5px 210px;
}

#top{
width:810px;
height:50px;
background: navy;
padding: 15px 5px;
color: white;
font-weight: bold;
text-decoration: none;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
border-radius: 50px;
display:block;}

#match1{
width:810px;
height:400px;
background: yellow;
padding: 15px 5px;
color: blak;
font-weight: bold;
text-decoration: none;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
border-radius: 50px;
display:block;}

#match2{
width:810px;
height:400px;
background: navy;
padding: 15px 5px;
color: white;
font-weight: bold;
text-decoration: none;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
border-radius: 50px;
display:block;}

#mester{
width:810px;
height:400px;
background: yellow;
padding: 15px 5px;
color: blak;
font-weight: bold;
text-decoration: none;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
border-radius: 50px;
display:block;}

thead th{
background: blue;
color: #fff;}

I can not see what is wrong in me css3 file.

Thans. :shifty:

Hej.
It working fine in IE 9, I have push on a compatible button in IE 9 and the page is look like a old pege, with’out round corner.
Now it works fin in IE 9.

Its working fine in IE 9.
Are you sure IE 9 is running in IE 9 mode?

Now the link works

The link isn’t working?