|
Posted by vunet on 09/28/30 12:00
On Jan 15, 11:51 am, "Jonathan N. Little" <lws4...@centralva.net>
wrote:
> vunet wrote:
> > IE6 has a bug: when I drag some div element which contains colored
> > scrollbars, it crashes. I found an article describing this:
>
> >http://www.activewidgets.com/javascript.forum.18969.1/ie-6-crashes-wi...
>
> > How can I use CSS to tell to apply colored scrollbars to the page
> > only, not any element inside of the page such as div, iframe, etc.?
>
> You don't. No other browser will even let you style them in the first place.
>
> --
> Take care,
>
> Jonathan
> -------------------
> LITTLE WORKS STUDIOhttp://www.LittleWorksStudio.com
What I meant is applying scrollbar style to html, body but not any
other element such as div in IE (IE ONLY, of course)
html,body {
scrollbar-base-color: #9999cc;
}
div {
scrollbar-base-color: ;
}
But this did not work... You got my idea, didn't you?
Thanks.
Navigation:
[Reply to this message]
|