CSS n Slicing
作者:James Leong

1. CSS Rules Priority
1.1. CSS Specifiers
1.1.1. Html Element Specifier
1.1.2. Class Specifier
1.1.3. Id Specifier
1.1.4. Have Fun Changing Colors
1.2. Placement of CSS
2. CSS Debugging Tools + F12
2.1. Firefox
2.1.1. Firebug
2.2. Chrome
3. Quirks
3.1. Negative Margins
3.2. Overflow: hidden
4. 2 Main Components
4.1. Photoshop
4.1.1. Extract Images
4.1.2. Font Size
4.1.3. Spacings
4.2. CSS
5. Html & CSS
5.1. Basic Html Elements
5.1.1. h1, h2, h3
5.1.2. ul, ol, li
5.1.3. table, th, tr, td
5.1.4. div, span
5.2. Html Page Structure
5.2.1. head
5.2.2. body
5.3. CSS Inclusions
5.3.1. reference stylesheet
5.3.2. inline stylesheet
5.3.3. applying style on the element itself
6. Positioning - Divs N Spans
6.1. Box Model
6.1.1. Margin
6.1.2. Border
6.1.3. Padding
6.1.4. Width
6.2. Positioning
6.2.1. clear
6.2.1.1. both
6.2.2. float
6.2.2.1. left
6.2.2.2. right
6.2.3. margin: 0 auto