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.
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.