Home › Forums › CSS › Image rollover works in IE but not FF › Re: Image rollover works in IE but not FF
October 14, 2008 at 8:43 pm
#50572
Member
Well once again I posted a bit to soon. in the following code I removed one of the bottoms and everything thing now works great.
Code:
old code
ul#rollover li a:hover {
background-position: bottom bottom;
}
ul#rollover li a:hover {
background-position: bottom bottom;
}
New code
ul#rollover li a:hover {
background-position: bottom;
}