Re: CSS Selectors: How to style non-styleable?

Mihai Sucan wrote:
> 1. Provide DOM elements for scrollbars and for all "hidden" elements.
> 
> document.getElementById('scrollable-element').scrollbar:

What happens if I appendChild this element somewhere else in my document?  Does 
the scrollbar break?

What if I change its style to display:none?

What if I set random attributes on it?

-Boris

Received on Friday, 10 March 2006 21:29:48 UTC