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

See this book at amazon.co.uk or amazon.com.

See this book at amazon.co.uk or amazon.com.
The authors are not responsible for the content of any external sites linked to from webdesignbook.org
Web fonts from typekit.
©2006–2012 MacAvon Media.
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.)