![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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/javascr...s-with-aw.html 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.? |
#3
| |||
| |||
|
|
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/javascr...e-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 |
#4
| |||
| |||
|
|
On Jan 15, 11:51 am, "Jonathan N. Little" <lws4... (AT) centralva (DOT) 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/javascr...e-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. |
|
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? |
#5
| |||
| |||
|
|
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/javascr...6-crashes-with -aw.html 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.? |
![]() |
| Thread Tools | |
| Display Modes | |
| |