View Single Post
(#4 (permalink))
Old
fretless is Offline
Private
Points: 196, Level: 2 Points: 196, Level: 2 Points: 196, Level: 2
Activity: 0% Activity: 0% Activity: 0%
fretless is an unknown quantity at this point
 
 
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Join Date: Dec 2007
December 27th, 2007

Here is the deal:
You have the submenus having the same properties with the main menu. Anything you will use will always be the same for menus and submenus.
First you need to separate these two. You have classes "first" and "active" but I do not see them in use anywhere.
So, mark your main menu "first", then have the "first" class to float:left and remove float:left from the other class.