View Single Post
  #5 (permalink)  
Old Oct 26th, 2007, 14:10
Marc's Avatar
Marc Marc is offline
Moderator

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Age: 15
Posts: 1,662
Thanks: 0
Thanked 9 Times in 9 Posts
Re: Horizontal Menu Using Lists Problem

Ive found your soloution.. Simply add

Code: Select all
* {
margin:0;
padding:0;
}
At the top of your CSS.
Reply With Quote