Forums

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

Home Forums CSS Scrolling outside of Div Re: Scrolling outside of Div

#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;
}