Posts: 457
Name: Randy
Location: Northern Wisconsin
|
Quote:
|
But I've been reading recently that a lot of people don't use this anymore as it creates more work later on by cancelling margin and padding on certain elements which need margin and padding, such as form elements.
|
But equally true is the fact that your site might take longer to look equal in most browsers without some kind of reset. When I use a reset, and use firefox for development so I know it is always validating, I rarely have much to do for the other browsers to make them all look consistent. Lists are the big thing to reset IMO.
In addition to the reset, I also use a basic css starter template. This way, I can set MY new rules into effect.
As vangogh said, you do not have to use a reset, but if your site design depends on pixel perfect display, you may want to level the ground for all browsers, if your site is flexible in design, you may only need to reset a few things.
|