
Originally Posted by
samanime
I highly recommend you use a reset CSS as well. I recommend
Eric Meyer's Reset CSS. I love it because it's really small. A reset CSS neutralized a lot of browser default styles so you're working with a clean slate.
Actually that's a bit big of a reset. I usually recommend trimming it down a bit when I suggest that on the forums. It's small, code wise, but it's still huge for a reset. I like doing this
Code:
/* null margins and padding to give good cross-browser baseline */
html,body,address,blockquote,div,form,fieldset,caption,h1,h2,h3,h4,h5,h6,hr,ul,li,ol,ul,table,tr,td,th,p,img { margin:0; padding:0;}img,fieldset { border:none;}img{vertical-align:bottom;}
Bookmarks