Monday, March 03, 2008

best way to reset

Take It Easy ?
While this:
* { margin: 0; padding: 0; }
may be the easiest way. Is it better to be more specific and not include everything?

Less Is More (Work)?
I create a css file to be imported every time called reset.css so it's never been an issue of more "work". I was under the understanding that the * does not have the benefits of being more specific and actually creates more work for the browser.

I will look into this and post my findings here.

1 comment:

Anonymous said...

Ahh, the age old question! I recently published a nice reference of CSS reset styles to help facilitate the decision process. Hopefully it will be useful! :)