Dlaczego wtedy obrazek zdefiniowany klasą "home" się nie wyświetla? Zauważyłem, że po dodaniu treści pomiędzy
, wtedy mały kawałek tego obrazka się pojawia.
Kod Css:
.home {
background: url(../images/home.png)no-repeat;
width:94px;
height:24px;
}
.home:hover {
background: url(../images/homehover.png)no-repeat;
width:106px;
height:33px;
}
Proszę o pomoc