jabcka
05-09-2006, 08:57 AM
Hi
My rollover css works on FF but not on IE.
can someone help?
here it is:
<div class="rollover"><a onclick="s2fOpt(this)"> </a></div>
the style:
.rollover a {
display:block;
width: 250px;
height:59px;
background: url("/i/s0.gif");
text-decoration: none;
}
.rollover a:hover {
display:block;
width: 250px;
height:59px;
background: url("/i/s1.gif");
text-decoration: none;
}
.rollover a:active {
display:block;
width: 250px;
height:59px;
background: url("/i/s2.gif");
text-decoration: none;
}
My rollover css works on FF but not on IE.
can someone help?
here it is:
<div class="rollover"><a onclick="s2fOpt(this)"> </a></div>
the style:
.rollover a {
display:block;
width: 250px;
height:59px;
background: url("/i/s0.gif");
text-decoration: none;
}
.rollover a:hover {
display:block;
width: 250px;
height:59px;
background: url("/i/s1.gif");
text-decoration: none;
}
.rollover a:active {
display:block;
width: 250px;
height:59px;
background: url("/i/s2.gif");
text-decoration: none;
}