| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
Senior Member
Join Date: Jan 2005
Posts: 12,336
|
reset.css
I recently read Eric Meyers' most recent blog posts: Eric's Archived Thoughts: Reset Styles Eric's Archived Thoughts: Reworked Reset and Eric's Archived Thoughts: Reset Reloaded In the final one, he recommends a set of baseline styles for all browsers as follows: Code:
The advantage of his reset is that you avoid the trickier elements - frames, form inputs and so on - and you cover more ground than just padding and margins. Discuss. Last edited by pgo : 01-05-2007 at 15:42. |
|
|
|
|
|
#9 (permalink) |
|
vague™
Join Date: Mar 2004
Location: Glasgow
Posts: 5,743
|
i used grids on one site just to test it out - no real complaints other than being required to use a markup style i normally wouldn't. wasn't really worth using to be honest. fonts is too much of a pain in the arse, percentages are meaningless when you look at them 3 weeks later in a css file - need to go lookup YUI docs to see what size things actually are. 62.5% em method is far easier |
|
|
|
#10 (permalink) |
|
Senior Member
Join Date: Jan 2005
Posts: 12,336
|
That's the impression I got. The fonts CSS looked good, but I also use the 62.5% and ems method. This whole thing has given me a wild hair. I'm going to create a global css file that will set base styles - fonts, sizes, colors, link decoration, etc - for all our corporate and subsidiary sites (most of which I don't control). |
|
|
|
#12 (permalink) |
|
Senior Member
Join Date: Jan 2005
Posts: 12,336
|
He's "finalized" it...Eric's Archived Thoughts: Reset Reloaded Code:
|
|
|
|
#13 (permalink) |
|
Registered User
|
There was an article posted recently on digg and some other UI websites that read something along the lines of "26 designers interviewed and the 6 biggest questions answered", or something along t hose lines. it had a good set of "reset" styles. does anyone have a link to that site? i cant find it anywhere |
|
![]() |
|