Wiley.com
Print this page Share

Professional CSS: Cascading Style Sheets for Web Design, 2nd Edition

ISBN: 978-0-470-17708-2
Paperback
301 pages
May 2008
Professional CSS: Cascading Style Sheets for Web Design, 2nd Edition (047017708X) cover image
This title is out-of-print and not currently available for purchase from this site.

Do you think you've discovered an error in this book? Please check the list of errata below to see if we've already addressed the error. If not, please submit the error via our Errata Form. We will attempt to verify your error; if you're right, we will post a correction below.

ChapterPageDetailsDatePrint Run
21 Error in Code
In "Class Selectors"

"input.box {"

should be

"input.text {"
05/02/2011
29 Error in Text
In the paragraph after the code that starts 'According to the syntax...' 'or a generic sans-serif font'

should be read

'or a generic serif font'
05/02/2011
31 Error in Code
Code at the bottom of the page, 2nd line
"< lia href=... >"

should be read

"< li >< a href=... >"
05/02/2011
39 Error in Text
Listing 1-5 > calcul for first specificity ( for "p { color: #300;...)

> /* A:0, B:0, C:1, D:1 = specificity of 0,0,0,1 */

should be read

> /* A:0, B:0, C:0, D:1 = specificity of 0,0,0,1 */
05/02/2011
Back to Top