Home › Forums › CSS › Firefox 3 and CSS Rollover problems › Re: Firefox 3 and CSS Rollover problems
October 7, 2008 at 5:19 am
#50350
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