warum funktioniert der hover effekt nicht?
danke im vorraus
mfg ferenc
#########
html:
<head>
<link rel="Stylesheet" href="css/style.css" type="text/css" />
</head>
<body>
<div style="color:#ffffff;padding:4px 10px 0px 10px;float:left;border-top:1px white solid;background-color:#752222;" id="menu">home</div>
</body>
########
style.css
#menu: hover{
background-color:#ffffff;
}
############