CSS bookmark
Tripped over this on de.licio.us today. Anybody creating web apps knows how annoying it is to discover that one browser (usually IE) renders your work differently than another. “Resetting” CSS, as many of you know, is essentially a practice that is intended to tackle the built in browser style sheet conventions that each browser developer interprets so that YOU can “force interpret” what you really mean for all browsers to show in the first place. It removes and neutralizes the inconsistent default styling of HTML elements, creating a level playing field across A-grade browsers and providing a sound foundation upon which you can explicitly declare your intentions. Yes. Browser vendors have, in the past, picked arbitrary values for things like line height or margins and padding. Dumb. Messes you up.
The most thorough reset convention out there, in my view, is this one by Eric Meyer. Using it as a starting point for most projects is a good idea.
comments
Leave a Reply