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

Mihai Sucan wrote:
...
>> Mihai Sucan wrote:
>>> 1. Provide DOM elements for scrollbars and for all "hidden" elements.
>>>  document.getElementById('scrollable-element').scrollbar:
...
> No, because element.scrollbar is not a DOMNode. It's just a DOM object.

Then don't call it a "DOM element" please?  Element is a very specific thing in 
the DOM, and is definitely a Node.  ;)

-Boris

Received on Saturday, 11 March 2006 15:39:42 UTC