Old 25-12-2007, 09:16   #1 (permalink)
jcharnley
Registered User
 
jcharnley's Avatar
 
Join Date: Dec 2007
Location: Denmark 4600
Posts: 84
css reset

I want to hear about your favorite reset css document.

I really can't be arsed to do it myself, so i want to hear which one you guys use? or did you actually create your own?

/charnley
  Reply With Quote
Old 25-12-2007, 10:42   #2 (permalink)
iblastoff
gotsa a malanga!
 
iblastoff's Avatar
 
Join Date: Apr 2006
Location: ottawa, canada
Posts: 489
i usually end up modifying eric meyers css reset sheet for each site.
__________________
  Reply With Quote
Old 25-12-2007, 19:25   #3 (permalink)
Shiro
shiro
 
Shiro's Avatar
 
Join Date: Aug 2007
Location: Yokohama, Japan
Posts: 3,064
I use Herkalees', which I believe he said he modified off of a yahoo reset sheet.
  Reply With Quote
Old 25-12-2007, 21:35   #4 (permalink)
transparent_opacity
funkin idiot
 
transparent_opacity's Avatar
 
Join Date: Aug 2004
Location: Preston
Posts: 238
In all the websites I've ever built, I've never felt the need to use a CSS reset such a Meyer's. What's the benefit?

I do tend to 'set the stall out' however and style elements by tag first:
Code:
body { font: 75%/1.8em Tahoma, Verdana, Arial, Helvetica, sans-serif; background: #fff; color: #4e4e4e; margin: 0; padding: 0 0 1em 0; text-align: center; } img { border: 0; } p { margin: 1.2em 0; font-size: 1.1em; } div > p:first-child { margin-top: 0; } a, a:visited { color: #000; text-decoration: none; } a:hover, a:active { color: #83911c; text-decoration: underline; } p a { text-decoration: none !important; color: #83911c; border-bottom: 1px solid #83911c; } p a:visited { border-bottom: 1px dashed #83911c; } p a:hover, p a:active { border-bottom: none; padding-bottom: 1px; color: #626F07; } h2, h3, h4, h5, h6 { font-weight: normal; font-family: "Times New Roman", Times, serif; color: #83911c; letter-spacing: 0.04em; } h2 { margin: 0; font-size: 2.2em; border-bottom: 1px solid #e6e6e6; padding: 0.9em 0 1em 0.5em; } h3 { margin: 1.5em 2em 0 0; font-size: 1.2em; } h4 { margin: 1.25em 0 0 0; font-size: 1.5em; } h5 { margin: 0.83em 0 0 0; font-size: 1em; } ul { margin: 0.33em 0.83em 1.00em 2.50em; padding: 0; } address { font-style: normal; } table { border-collapse: collapse; font-size: 1em; } caption { text-align: center; font-size: 1.3em; padding: 0.83em 0; font-weight: bold; } th { text-align: left; } td { vertical-align: top; }
  Reply With Quote
Old 26-12-2007, 11:27   #5 (permalink)
pgo
Senior Member
 
Join Date: Jan 2005
Posts: 12,340
Quote:
Originally Posted by transparent_opacity
What's the benefit?
You start with an level playing field in all major browsers.

I use the Yahoo one.
  Reply With Quote
Old 14-01-2008, 03:40   #6 (permalink)
PSDgator.com
Registered User
 
PSDgator.com's Avatar
 
Join Date: Jan 2008
Posts: 25
I use Yahoo UI reset
  Reply With Quote
Old 14-01-2008, 03:42   #7 (permalink)
PSDgator.com
Registered User
 
PSDgator.com's Avatar
 
Join Date: Jan 2008
Posts: 25
but I heard Google Blueprints is a great framework too (code.google.com/p/blueprintcss/)
  Reply With Quote
Old 14-01-2008, 11:47   #8 (permalink)
herkalees
Semantics, yay.
 
herkalees's Avatar
 
Join Date: Nov 2005
Location: Salem, Massachusetts
Posts: 1,146
My favorite one (mixture of Eric Meyer's reset file and my own tweaks/additions): My initial CSS file - Webradiance
__________________
  Reply With Quote
Old 14-01-2008, 19:26   #9 (permalink)
Hunch
Grumpy old man
 
Hunch's Avatar
 
Join Date: Oct 2007
Location: North Japan
Posts: 1,737
Meyer's with tweaks.
  Reply With Quote
Old 16-01-2008, 12:39   #10 (permalink)
website-design
Best design is simple :-)
 
Join Date: Jan 2008
Posts: 42
"I want to hear about your favorite reset css document"

why? if i may ask :-) ...
  Reply With Quote
Old 22-01-2008, 19:01   #11 (permalink)
ooyes
website design
 
Join Date: Jan 2008
Location: London
Posts: 5
Send a message via ICQ to ooyes Send a message via Skype™ to ooyes
:)

Looks like Eric Meyer is the star!
  Reply With Quote
Old 22-01-2008, 20:07   #12 (permalink)
freelancr
Senior Member
 
freelancr's Avatar
 
Join Date: Oct 2006
Posts: 2,295
Quote:
Originally Posted by PSDgator.com
but I heard Google Blueprints is a great framework too (code.google.com/p/blueprintcss/)

I think I read that they use Eric's. I'm going to start using Eric's reset reloaded as I usually only just do this:

Code:
* { margin: 0; padding: 0; }
  Reply With Quote
Old 22-01-2008, 22:06   #13 (permalink)
pgo
Senior Member
 
Join Date: Jan 2005
Posts: 12,340
I am officially throwing my support into the Eric Meyer ring. Just using his reset CSS for all new projects now. The Yahoo! one changes too much.
  Reply With Quote
Old 23-01-2008, 06:30   #14 (permalink)
weldo
now with added beard
 
weldo's Avatar
 
Join Date: Mar 2004
Location: Liverpool
Posts: 5,549
Quote:
Originally Posted by freelancr
I think I read that they use Eric's. I'm going to start using Eric's reset reloaded as I usually only just do this:

Code:
* { margin: 0; padding: 0; }

me too, generally.

maybe i should look at this sometime ... ?? hmmm ??
... ponders ...
__________________
fuck signatures
  Reply With Quote
Old 23-01-2008, 06:36   #15 (permalink)
Do Gooder
 
Do Gooder's Avatar
 
Join Date: May 2007
Posts: 5,817
bin using yahoo's thing. will look at the options.. when/if i can be arsed.
  Reply With Quote
Old 23-01-2008, 08:10   #16 (permalink)
herkalees
Semantics, yay.
 
herkalees's Avatar
 
Join Date: Nov 2005
Location: Salem, Massachusetts
Posts: 1,146
Just a note, if it wasn't already mentioned or known by all - the asterisk method:
* {margin:0; padding:0;}
...does some really annoying stuff to form input/select elements in Firefox. Annoying enough to stop me from ever using it again.
__________________
  Reply With Quote
Old 23-01-2008, 08:42   #17 (permalink)
iblastoff
gotsa a malanga!
 
iblastoff's Avatar
 
Join Date: Apr 2006
Location: ottawa, canada
Posts: 489
Quote:
Originally Posted by herkalees
Just a note, if it wasn't already mentioned or known by all - the asterisk method:
* {margin:0; padding:0;}
...does some really annoying stuff to form input/select elements in Firefox. Annoying enough to stop me from ever using it again.

yep. thats why i dropped that method for a while now.
__________________
  Reply With Quote
Old 24-01-2008, 14:41   #18 (permalink)
chriskalani
I have a computer
 
chriskalani's Avatar
 
Join Date: Nov 2006
Location: Washington
Posts: 98
Send a message via AIM to chriskalani Send a message via Skype™ to chriskalani
Quote:
Originally Posted by iblastoff
i usually end up modifying eric meyers css reset sheet for each site.

ditto
  Reply With Quote
Old 31-01-2008, 06:33   #19 (permalink)
twentysixtwelve
css is cool m'kay
 
twentysixtwelve's Avatar
 
Join Date: Mar 2007
Location: Currently Vancouver, Canada
Posts: 393
Bit of a daft question here... do you add the reset css to your overall stylesheet, or do you create a reset.css and link to it?
  Reply With Quote
Old 31-01-2008, 07:18   #20 (permalink)
Shiro
shiro
 
Shiro's Avatar
 
Join Date: Aug 2007
Location: Yokohama, Japan
Posts: 3,064
Either will work, but its better to link externally, because then you don't have to copy it into each page, and once its been downloaded once, other pages can use it without having to re-download it, so it speeds everything up.

When you link to your sheet, make sure all your other CSS, whether included in the page, or linked to externally, comes after the reset page.
  Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search


Contact Us - Web Design Forums - Archive - Top
Search Engine Optimization by vBSEO 3.0.0 RC8