View Single Post
  #9 (permalink)  
Old 24-08-2007, 04:02 PM
onyxlogix onyxlogix is offline
Junior Member
 
Join Date: Aug 2007
Posts: 25
Default

Quote:
Originally Posted by LeadMagnet View Post
It's being caused by the UL tag just before the list of menu items.
Either get rid of it or give it an ID attribute and adjust it's position.
Okay, I added a UL tag with 0 margin and padding.

I added to the menu_vert CSS file:

Code:
#menu_vert ul {
   padding-left: 0;
   margin-left: 0;
}
Does it work now? Sorry, I am at 'work' and don't have Mozilla.
__________________
OnyxLogix | Web & Print Design | http://www.onyxlogix.com
Reply With Quote