Thread
:
Space around <li> tags...
View Single Post
09-09-2009, 10:06 PM
Lycanthrope
Confirmed User
Industry Role:
Join Date: Jan 2004
Location: Wisconsin
Posts: 4,517
You will alleviate a lot of aggravation by one simple change when you are first zeroing things out:
change
Code:
* {margin:0px; padding:0px;}
to
Code:
* {margin:0; padding:0;}
__________________
Lycanthrope
View Public Profile
Find More Posts by Lycanthrope