treehouse : what would you like to learn today?
Web Design Web Development iOS Development

framework blueprintcss trouble with firefox

  • Hi everyone, i've a new trouble
    I making a website using ajax with jquery and using the FW blueprintcss for the stylesheet
    Nonetheless,when i go to the films section with mozilla, the background is white, and there is a little jump from the nav bar
    Whereas, google Chrome displays correctly the elements

    Need help please !

    Thanks
    http://temp.notebookcom.fr/
  • I hate these css frameworks!

    Anyhow, the rest of your pages are using this style rule from galleria.css
    body {
    background:black url(data/img/background/vertical_br.jpg) repeat-x scroll 0 0;
    color:#444444;
    padding:20px;
    text-align:center;
    }

    and the films section is using this one from screen.css
    body {
    background:#FFFFFF none repeat scroll 0 0;
    color:#222222;
    font-family:\"Helvetica Neue\",Arial,Helvetica,sans-serif;
    font-size:75%;
    }
  • what can i say .

    Apostrophe, you are my God

    Thank you very very much !!!!

    Best regards