Forums

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

Home Forums CSS raise scrollbar like swearwords Re: raise scrollbar like swearwords

#77485
virtual
Participant

The scroll bar is not raised, there is a background image positioned immediately below it which give this effect.
Look for this code in the CSS

#tab_work {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/site/bg_tab_work.gif) repeat-x scroll left top;
height:35px;
overflow:hidden;
}