Dynamic HTML: The Definitive Reference
by Danny Goodman
Here are the changes that were made for the 11/98 reprint:
{46} 7th line of code: changed "face" to "family" to read:
BODY {font-family : Arial, serif}
The same change was made to:
page 47, 7th line of code
page 48, 7th line of third code block
page 50, 9th line of code
{85} 2nd code block, 2nd and 3rd lines:
added "style." between "elementName." and "pixel..."
and (3rd line only) changed "Height" to "Top"
to read:
document.all.elementName.style.pixelLeft += 10
document.all.elementName.style.pixelTop += 10
{829} to the right of the heading "print ()":
changed the "n/a" after "NN" to "4"
and changed the "4" after "IE" to "n/a"
to read:
NN 4 IE n/a DOM n/a