I'm looking for a css reset kit, but I never used one before. So which kits its out there, and whats your experiences regarding these kits?
And, is its any different between these kits, something you need to think about?
|
8
|
I'm looking for a css reset kit, but I never used one before. So which kits its out there, and whats your experiences regarding these kits? And, is its any different between these kits, something you need to think about? |
|||
|
|
|
|
I use Eric Meyer's CSS reset, as do many other people. It's even the reset script that Blueprint CSS uses. Yahoo also has one, Base CSS. I myself am a fan of Blueprint. There's not much of a difference between these kits, because they all do pretty much the same thing: apply standard rules to elements, and eliminate cross-browser inconsistencies. |
||||
|
|
|
I like this one, it's four lines long:
|
||||
|
|
|
The consensus, I think, is Eric Meyer's Reset stylesheet. That's what I use. Alternatively, you could create your own that resets only the basics. |
|||
|
|
|
|
I've been very happy with yahoo reset for multiple project. I also use yahoo grids and fonts. My friends who try and use other products (blueprint etc) eventually find surprises and end up changing over to yahoo's package and being more happy. |
||
|
|
|
|
Well there are two popular ones: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ http://developer.yahoo.com/yui/reset/ I personal use YUI's version, but I've seen both used quite frequently. |
||
|
|
|
|
I use the following from Eric Meyer. It just works.
|
||
|
|
|
|
Actually Eric Meyer's reset reloaded is his older copy. Go through the top toolbar and click "Toolbox" then find "CSS" and click that. The link should be http://meyerweb.com/eric/tools/css/reset/index.html I've used Yahoo's Base CSS sheet but I've stuck with Meyer's reset sheet. |
||
|
|
|
|
I use Blueprint css. But I never use it just for reset. It's the best help I can get for doing a quick layout of a site. |
||
|
|
|
|
The most important thing about a CSS reset is that it helps you getting your work done easier - therefor you should most probably build your own out of the inspiration you might be getting from already existing and out of your own conclusions about what a CSS reset should do. My personal CSS reset is a bit different from for example Eric Mayer - but it suits me and makes me more productive which is exactly what it's supposed to do. |
||
|
|