Forums

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

Home Forums CSS Scrolling outside of Div

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #41465
    LukeDaly
    Participant

    Hey guys just styling a site up and came across a problem, sort of hard to explain but its probably better to show you….

    And I know there is a lot of problems with the site, im working on it…

    http://scm.ulster.ac.uk/~B00615762/

    http://pokit.org/get/?b138fab65832f09306f420227b1d6258.png

    hope that explains it, All help appreciated as usual!

    Thank you, Luke.

    #118177
    kevin11189
    Participant

    I don’t see the blue bar on the page that you showed in the picture. You could do something like

    #background-extension {
    background: white;
    background-image: url(../images/topbar-extension.jpg);
    background-repeat: repeat-x;
    width: 100%;
    height: 225px;
    position: fixed;
    padding-bottom: 12px;
    border-bottom: 1px solid blue;
    }

    #118178
    LukeDaly
    Participant

    @kevin11189 thanks for the response, although that’s not what I meant, I want the images to scroll under the blue line as such rather than under the top bar.

    I can photoshop an image up quickly to explain if that would help explain it ?

    #118181
    LukeDaly
    Participant

    Sweet!
    That fixed it no problem!
    Appreciate it a lot guys!
    Thanks, Luke.

    #118203
    kevin11189
    Participant

    Ah, didn’t fully understand what you meant. Thanks @ChrisP for clarifying. Glad you got it figured out!

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