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:00 pm
#50564
Member
Works good in Safari, not so much in Firefox 3. Did they fix the display: inline-block bug in Firefox 3?
What happens when you remove this:
Code:
ul#rollover li{
display: inline;
}
display: inline;
}