A trendy topic amongst CSS’ers is the CSS reset. The idea is that you intercept the default browser stylesheet (that is used first in the cascade), reset, and then apply generic styles including margin/padding. I read many articles by many gurus, but I eventually came out with what I have below.
For differing implementations check out this great “killer collection” of resets, and note that this won’t work in IE6 due to the universal selector but I’m ok with that.
/*
Reset Default Browser Styles
- Place first in the listing of external style sheets for cascading.
- Be sure to explicitly set margin/padding styles.
- Styles are not reset that have to do with display (block, inline) are not reset.
By: Chris Poteet & various influences
*/
* {
vertical-align: baseline;
font-family: inherit;
font-style: inherit;
font-size: 100%;
border: none;
padding: 0;
margin: 0;
}
body {
padding: 5px;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, ul, ol, dl {
margin: 20px 0;
}
li, dd, blockquote {
margin-left: 40px;
}
dt {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
Thanks for the link, Chris! I finally got around to updating my collection with your CSS reset. Great work!
Thanks Jeff!
Pingback: KRUZ-GRAPHIX » ブラウザã®å·®ç•°ã‚’ãªã‚“ã¨ã‹ã—ãŸã„ã®ã§ã™ã€‚
Pingback: 5 Удобных CSS Reset Техник | Strelban's Blog.
Pingback: Técnicas para resetear CSS | CSSBlog ES
Pingback: How to reset elements in CSS « CssFinest
Pingback: Bermain CSS #1 | eattutsmagazine
Pingback: » ???????CSS Reset - WEB????- ?????????????
Pingback: CMI Web Studio Blog » Reseting CSS Styles
Pingback: CSS Reset – Anfängerkurs « stella.projects
Pingback: iConnect » Técnicas para reset CSS
Pingback: CSS Reset: Ways and Advantages | Inspiring Pixel
Pingback: CSS Reset | Sarasota Web Design, 3d Animation, Video, Audio
Pingback: An (Almost) Complete List of Global CSS Reset Styles | kmsm
Pingback: 11 useful CSS snippets to save your time – Red Team Design
Pingback: ????CSS « DS LAB.
Pingback: CSS Reset – O que é e como usar? » Info Adris
Pingback: ????? ??????. CSS reset | DenWeb
Pingback: Técnicas para resetear CSS
Pingback: renan martins pimentel
Pingback: 10 técnicas para resetear CSS - 1 + 1 | Blog
Pingback: Sacima?????? » Blog Archive » Useful CSS Snippets for Your Coding Arsenal
Pingback: Useful CSS Snippets for Your Coding Arsenal |
Pingback: Algumas técnicas para resetar o CSS | renan martins pimentel
Pingback: Useful CSS Snippets for Your Coding Arsenal « Web Study Online
Pingback: CSS Snippets for Your Coding | prosoxi.com
Pingback: code snippet | Free Web Designer Tool
Pingback: Useful CSS Snippets for Your Coding Arsenal
Pingback: Resetear CSS – Para qué sirve y cómo lo utilizo « Front End Ninja