[WSG] Using valid JavaScript

2005-05-12 Thread Stevio
I am doing some work which involves resizing objects using JavaScript. However, properties like offsetHeight, innerHeight and clientHeight are not listed in the references here: http://www.w3schools.com/ Does that mean the guide at W3Schools is not very good, or that these properties are not

RE: [WSG] Using valid JavaScript

2005-05-12 Thread Patrick Lauke
Stevio Where can I find a reference guide of JavaScript properties that are supported across all browsers? In an ideal world, standard DOM should be supported by most modern browsers (although you may still come across some quirks in certain browsers' implementations)