Ich will eine navigation für meine homepage machen.
Folgendes Problem ist aufgetreten...
html code
...
<tr>
<td valign="top">
<a href="test.html"><Div Id="id6"><div style="padding:9px"> News</div></Div></a>
</td>
</tr>
...
css code
#id6 {
background: url("./images/index_25.png");
width:266px;
height:40px;
}
#id6:hover {
background: url("./images/index_24.png");
}
Funktioniert alles super bei Safari und Firefox.
Nur beim IE wird der Hover nicht gemacht.
Wie kann ich das Problem lösen?
MFG Satori