- How many version are eric meyer created of his CSS reset
- and where is latest and
- what is difference in each version?
- and please explain his CSS reset's each declaration, What is the benefit of each selector?
views:
275answers:
1
+2
A:
Why don't you have a look at his blog? Eric Meyer is explaining his CSS Reset and what has changed between versions himself:
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
As you can read on his CSS Tools page his final CSS Reset found its way into the Blueprint CSS framework. You might want to have a look at this, too.
codescape
2010-04-08 06:28:06
Thx for reply it's 2007 version is this latest?
metal-gear-solid
2010-04-08 06:28:59
I updated my answer. While browsing his site I stumbled over the CSS Tools page where he shows his final CSS Reset version.
codescape
2010-04-08 06:33:25
ok so eric meyer haven't changed in CSS reset since 2007.
metal-gear-solid
2010-04-08 06:47:47
i'm confused which is latest this http://meyerweb.com/eric/tools/css/reset/index.html or this http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
metal-gear-solid
2010-04-08 06:57:07
This one http://meyerweb.com/eric/tools/css/reset/index.html is the latest as you can see from the date in the inline comment. But still I would advise you to have a look at the Blueprint CSS Reset.
codescape
2010-04-08 07:40:42
@Stefan - but blueprint reset is little different http://github.com/joshuaclayton/blueprint-css/blob/master/blueprint/src/reset.css
metal-gear-solid
2010-04-08 07:56:20
It is but the web did not sleep between 2008 and 2010. The Blueprint Reset CSS comes with HTML 5 specific tags, too.
codescape
2010-04-08 08:34:34