|
|
 |
Re: FN-FORUM: overflow styling
date posted 14th June 2007 12:26
Terry O'Leary wrote:
>
> HI
>
> I'm currently using a div with overflow:auto; that displays a
> scrollbar when the text gets too large, does anyone know if it is
> possible to style the scrollbar appearance to blend into the site
> design? not the browser scrollbars but the ones in the div overflow.
> thanks
>
It is, but this is a case where at present FF does not support your
styling whereas IE does. You need something like this in your CSS (with
my colour scheme in there at present!)
overflow: auto;
scrollbar-3dlight-color:#E0E7E8;
scrollbar-arrow-color:#A8C786;
scrollbar-base-color:#E0E7E8;
scrollbar-darkshadow-color:#C49982;
scrollbar-face-color:#E0E7E8;
scrollbar-highlight-color:#F3DDD0;
scrollbar-shadow-color:#AABBBE;
Regards
Vicki
|
 |
|