Home › Forums › CSS › raise scrollbar like swearwords › Re: raise scrollbar like swearwords
June 9, 2010 at 7:49 pm
#77485
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;
}