Yes, exactly like I already said in my post above.
But - Only Internet Explorer provides a means of styling them because Microsoft added their own proprietary styles. It is non-standard CSS and the other browsers will not support it.
The logic is that the scrollbars are part of the browser application, not the web page (look at the page source - there is no code for them)
The official response from W3C on the matter is:
"Though it may make sense to design a styling mechanism to control the presentation of scrollbars, the MSIE scrollbar-*-color properties make too many assumptions about a particular scrollbar appearance design. The working group considered adding the scrollbar-*-color properties and rejected them quite some time ago."
So, yes, they can be styled, but only in IE.
The solution I was suggesting is to implement scrolling content areas using proper code that can be interpreted by any standards-compliant web browser, not just IE.
Alternatively... maybe there's a better way to display those scrolled sections without relying on the browser scrollbar... maybe it could be paged in or something. I'll have a think about that if the scrolling seems difficult.
Rob
|