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

#50564
Cotton
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;
}