CSS: The Mssing Manual by David Sawyer McFarland This errata page lists changes made in the July 2007 printing. If you have technical questions or error reports, you can send them to booktech@oreilly.com. Please specify the printing date of your copy. This page was updated July 13, 2007. Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem ?page-number?: reader question or request for clarification Confirmed errors: (48) 1st paragraph; "As explained in the box on page 47, ID selectors have some specific uses in JavaScript-based or very lengthy Web pages." The box referred to is actually on page 49, under "Proper IDs". {183} Frequently Asked Question box; The link http://www.k10k.net/frames.aspx?section=patterns has changed to http://www.k10k.net/pixelpatterns/. The link http://www.kollermedia.at/index.php/pattern4u has changed to http://www.kollermedia.at/pattern4u. (263) example code at the bottom of the page; "margin-right; 15px;" should be "margin-right: 15px;". {420} 1st bullet point under "background-repeat" heading; It says "Repeat-x tiles the image top to bottom only... Repeat-y tiles the image from left to right only...". This is backwards. Repeat x tiles from left to right, repeat-y tiles from top to bottom.