Search code examples
csslayoutpresentationfirefox3.6

Firefox 3.6 destroyed my page styling!


Don't really want to blame mozilla on this one, i'm sure it could be me doing something silly but the page at:

www. neverMindFixed .com

the presentation will work fine on other browsers, just not the latest firefox. anyone clued up on this?

Thanks!

Si


Solution

  • Okay, firstly, your CSS is a mess. Secondly, there's this declaration:

    #faq-bb li { list-style-image:url(/display_images/stonewall/faq_bullet.gif; list-style-type: none; margin: -2px; padding: 0px;  visible:false;}
    

    Note the very important missing second ) around the URL. Looks like FF 3.6 is a bit more picky.