Code:
#syntaxinput {
padding: 5px 20px 5px 20px;
margin: 15px 5px 15px 5px;
border: thin solid #FF0000;
border-radius: 10px; <<<<------ CSS 3.0
width: 800px;
height: 60px;
background-color: #FFFFCC;
font-family: "Times New Roman", Times, serif;
font-size: 12px;
font-weight: normal;
font-style: normal;
}
So sieht das Stylesheet aus, wenn ich es debugge sieht man
online das, CSS 3.0, NICHT benutzt wird.