Re: FN-FORUM: overflow styling
date posted 14th June 2007 12:23
Terry O'Leary wrote:
> 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
Use the scrollbar-* (scrollbar-face-color, etc) properties on the div
element. Works in Opera 9, at least.
Neil