Forums

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

Home Forums CSS Issue with Chrome viewing page…

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #34870
    Tyler
    Member

    I’m having an issue with google chrome rendering my page. but it doesn’t happen all the time. You can view the page Here.

    What is happening is when the page is first loaded it pushes my navigation down below my logo on the left but still staying floated to the right. But when you click the home button it goes back to normal which is linking to that same page…

    A little confused…
    Any help is greatly appreciated!
    Tyler

    #89460
    chrisburton
    Participant

    @Tyler Did you try this on the body element?

    overflow-y: scroll;

    #89461
    Mottie
    Member

    Try setting a menu height. I see it set to 100%, so see if something like this will work:

    #nav li a {
    background: url("../img/nav/navSprite.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 71px;
    width: 100%;
    }
    #89463
    Tyler
    Member

    Neither of those worked… Any other ideas?

    #89466
    Tyler
    Member

    That was it… not sure why it matters though…

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘CSS’ is closed to new topics and replies.