Forums

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

Home Forums CSS framework blueprintcss trouble with firefox

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #25001
    arkader
    Participant

    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/

    #58359
    apostrophe
    Participant

    I hate these css frameworks!

    Anyhow, the rest of your pages are using this style rule from galleria.css

    Code:
    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

    Code:
    body {
    background:#FFFFFF none repeat scroll 0 0;
    color:#222222;
    font-family:”Helvetica Neue”,Arial,Helvetica,sans-serif;
    font-size:75%;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.