Category: OReilly
-
“Head First – Series” – O’Reilly Media
Head First – Series – O’Reilly Media
A rather nice series of books published by o’Reilly.
-
O’Reilly Media book: Head First HTML with CSS & XHTML
replaced by: Head First HTML and CSS
this one is outdated!!!
Head First HTML with CSS & XHTML – O’Reilly Media
A Learner’s Companion to HTML, CSS, and XHTML
By Elisabeth Robson, Eric T Freeman
Publisher: O’Reilly Media
Released: December 2005 (yes, it’s a little older, and it doesn’t cover HTML5 yet, but still!!!)
Pages: 704This is a really attractive book for learning.
I guess I am going to look this series: -
CSS: The Definitive Guide, Third Edition – O’Reilly Media
CSS: The Definitive Guide, Third Edition – O’Reilly Media
Chapter 8: Padding, Borders, and Margins
it has a nice picture (Figure 8-2) on the CSS box model – maybe every book on CSS has a picture like this, but this one is really quite nice. -
CSS: Margin and Padding Shorthand
I asked myself: In which order are the 4 values listed, and it took me a while, to find a serious statement on this.
From CSS: The Missing Manual, Second Edition.
… You’ll frequently want to set all four sides of a style’s margin or padding. …
… The order in which you specify the four values is important. It must be top, right, bottom, and left. If you get it wrong, you’ll be in trouble. In fact, the easiest way to keep the order straight is to remember to stay out of TRouBLe—top, right, bottom, and left. …
