Dynamic HTML: The Definitive Reference
by Danny Goodman
Here are the changes made in the 7/99 reprint:
{43} Used to read
^
{343} On the line that used to read HREF
NN n/a IE 3 HTML all
Changed to
NN 4 IE 3 HTML all
(718) Next to "options[]" it used to read:
NN n/a IE 4 DOM n/a
Now reads:
NN 2 IE 3 DOM 1
{826} Next to "moveBy()" changed to:
"NN 4 IE 4 DOM n/a".
{827} Next to "moveTo()" it now reads:
"NN 4 IE 4 DOM n/a".
(830) Under resizeBy(), paragraph 1, line 5 used to read:
The top and bottom edges remain fixed.....
Now reads:
The top and left edges remain fixed...
{875} Toward the bottom of the page, under "Object Model Reference," the
line of code used to read:
[window.]document.all.elementID.style.offsetLeft
Now reads:
[window.]document.all.elementID.style.left
{902} Near the top of the page, under "Object Model Reference," the
line of code used to read:
[window.]document.all.elementID.style.offsetTop
Now reads:
[window.]document.all.elementID.style.top