Някой може ли да каже как да го напрвя този прослувут ховър под ИЕ?
html -
css -
html -
Код:
<div id="logo"><a href="#"></a></div>
css -
Код:
#logo {
background-image: url(images/logo.png);
background-repeat: no-repeat;
width: 260px;
height: 110px;
margin: 20 0 0 30px;
*margin: 20 0 0 30px;
}
#logo:hover {
margin: 20 0 0 30px;
*margin: 20 0 0 30px;
background-image: url(images/logo_h.png);
background-repeat: no-repeat;
width: 260px;
height: 110px;
}