| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
|
|
#4 (permalink) |
|
funkin idiot
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:
|
|
|
|
#8 (permalink) |
|
Semantics, yay.
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 |
|
|
|
#12 (permalink) | |
|
Senior Member
Join Date: Oct 2006
Posts: 2,295
|
Quote:
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:
|
|
|
|
|
#14 (permalink) | |
|
now with added beard
Join Date: Mar 2004
Location: Liverpool
Posts: 5,549
|
Quote:
me too, generally. maybe i should look at this sometime ... ?? hmmm ?? ... ponders ... fuck signatures
|
|
|
|
|
#16 (permalink) |
|
Semantics, yay.
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. |
|
|
|
#17 (permalink) | |
|
gotsa a malanga!
Join Date: Apr 2006
Location: ottawa, canada
Posts: 489
|
Quote:
yep. thats why i dropped that method for a while now. |
|
|
|
|
#20 (permalink) |
|
shiro
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. |
|
![]() |