See the book at amazon.co.uk
or amazon.com
Related Books

See Digital Media Tools, 3rd ed. at amazon.co.uk or amazon.com

See Digital Multimedia at amazon.co.uk or amazon.com
Visit our Amazon Associates Store
The authors are not responsible for the content of any external sites linked to from webdesignbook.org
All material on this site is ©2006–2007 MacAvon Media Productions and may not be reproduced without permission.
Errata for Chapter 7
page 430, in the Key Points, the tenth key point should read:
If a stylesheet specifies different values for the display property of elements according to their class, changing the class can make elements appear or disappear.
page 354, line -10. 'li1.parentNode.childNodesitem(1)' should be 'li1.parentNode.childNodes.item(1)' – the final dot is missing. (Thanks to Remy Reijven.)
page 363, line 7 (2nd line of code) should read
web_design.length == 10 || web_design.charAt(0) != "w"
(Thanks again to Remy Reijven.)