One minor bug in the style sheet section:

document.getElementsById(name)  should be document.getElementById(name)

Also, several of the examples use uppercase tag names, which really
should be lowercase if this is applicable to xhtml examples.

document.getElementsByTagName("A") should be
document.getElementsByTagName("a") , for example.

-Dylan Schiemann
http://www.dylanschiemann.com/


Reply via email to