Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Image rollover works in IE but not FF Re: Image rollover works in IE but not FF

#50572
webmike
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;
}

New code
ul#rollover li a:hover {
background-position: bottom;
}