|<- [[cvon:Exploring clean vs. messy style sheets]]|[[cvon:Developing a CSS table of contents]] ->|
Browser inconsitencies
- margin dimensions around the edge of a site
- borders sometimes appear "magically"
- default padding added to
and tags
- browser specific line heights
- and tag font sizes
What a reset does
- strips out default styling from browsers
- gives you a solid base to build your site
- write your on rules without briwser interference
- save you time & headaches
Types of resets
- Eric Meyer's Reset
- Siolon's Global Reset
- Shaun Inman's Global Reset
- Tripoli Reset
- Custom Reset