CSS Browser Reset

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;
}

29 thoughts on “CSS Browser Reset

  1. Pingback: KRUZ-GRAPHIX » ブラウザの差異をなんとかしたいのです。

  2. Pingback: 5 Удобных CSS Reset Техник | Strelban's Blog.

  3. Pingback: Técnicas para resetear CSS | CSSBlog ES

  4. Pingback: How to reset elements in CSS « CssFinest

  5. Pingback: Bermain CSS #1 | eattutsmagazine

  6. Pingback: » ???????CSS Reset - WEB????- ?????????????

  7. Pingback: CMI Web Studio Blog » Reseting CSS Styles

  8. Pingback: CSS Reset – Anfängerkurs « stella.projects

  9. Pingback: iConnect » Técnicas para reset CSS

  10. Pingback: CSS Reset: Ways and Advantages | Inspiring Pixel

  11. Pingback: CSS Reset | Sarasota Web Design, 3d Animation, Video, Audio

  12. Pingback: An (Almost) Complete List of Global CSS Reset Styles | kmsm

  13. Pingback: 11 useful CSS snippets to save your time – Red Team Design

  14. Pingback: ????CSS « DS LAB.

  15. Pingback: CSS Reset – O que é e como usar? » Info Adris

  16. Pingback: ????? ??????. CSS reset | DenWeb

  17. Pingback: Técnicas para resetear CSS

  18. Pingback: renan martins pimentel

  19. Pingback: 10 técnicas para resetear CSS - 1 + 1 | Blog

  20. Pingback: Sacima?????? » Blog Archive » Useful CSS Snippets for Your Coding Arsenal

  21. Pingback: Useful CSS Snippets for Your Coding Arsenal |

  22. Pingback: Algumas técnicas para resetar o CSS | renan martins pimentel

  23. Pingback: Useful CSS Snippets for Your Coding Arsenal « Web Study Online

  24. Pingback: CSS Snippets for Your Coding | prosoxi.com

  25. Pingback: code snippet | Free Web Designer Tool

  26. Pingback: Useful CSS Snippets for Your Coding Arsenal

  27. Pingback: Resetear CSS – Para qué sirve y cómo lo utilizo « Front End Ninja

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>