Forums

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

Home Forums CSS Firefox 3 and CSS Rollover problems Re: Firefox 3 and CSS Rollover problems

#50350
RhapX
Member

Hello,

Take out the display: block; and set that to display: inline; as they are inline and not blocked. Once you do that, add float: left; to your a elements and that should fix the problem. If not, it will set you on a path to get it working!

Hope this helps!

Best Regards,
Jake