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'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? | |||||
feedback
|
|
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, Reset 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. | |||||||||||||||||||||
feedback
|
|
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. | |||||
feedback
|
|
Thanks to @ssokolow for providing an updated link to Eric Meyer's reset script: http://meyerweb.com/eric/tools/css/reset/ I've removed the copy and paste of the old script. | ||||
|
feedback
|
|
I like this one, it's four lines long:
| |||||||||||||||||||
feedback
|
|
You can compare many of CSS resets in { CSS:resetr } site: http://cssresetr.com/ | |||
|
feedback
|
|
Eric Meyer's is good, but I'd probably go with the superset of it provided by HTML5 Boilerplate. (Update: The link now points to an old revision. HTML5 Boilerplate now uses normalize.css) It's the only one I've seen which does more than just setting | |||||||||
feedback
|
|
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. | |||
|
feedback
|
|
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. | |||
|
feedback
|
|
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. | ||||
|
feedback
|
|
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. | |||
|
feedback
|
This is Eric Mayer's Reset(Compressed Version).. 'Blue Print' is alright, But while you are using BP, Disable the browser default style with Web Developer tool bar, It shows some different, but not in Eric Mayer's Reset Kit. :) | |||
|
feedback
|
|
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. | |||
|
feedback
|
|
The best CSS reset is one that isn't used on any site I have to work with. I don't appreciate being forced to use a bunch of CSS hacks and inline styles, all because someone thought having an easier job was more important than making the site scalable and maintainable for the future. I've spent too many hours reworking code from agencies who never considered the havoc global resets might wreak when implemented in a content management system. | |||||||
feedback
|
|
I always use a css reset, and if I'm using a third party one I always go a for the Yahoo! hosted stylesheet (mainly because I'm guessing it is the most popular and will be cached on a few visitor's browsers). I have just come across this website though which might be useful - http://www.cssreset.com | ||||
|
feedback
|
|
I use the reset included in Bootstrap (Twitter's CSS framework): http://twitter.github.com/bootstrap/1.4.0/bootstrap.min.css
And I add: | |||||||
feedback
|
|
I use this one:
| ||||
|
feedback
|