Ok, I am trying to use drop down menus on my header for easy navigation to categories.
I added DropDown to my css file and added it to the drop down menu part and it STILL won't work
my page is located at
www.illinoiswinecellar.com/shop/customer
the code on there is
Code:
select name=namehere class=DropDown>
and the code on my css file is
Code:
}
.DropDown {
COLOR: #006AB4; TEXT-DECORATION: none; FONT-SIZE: 9px; FONT-FAMILY: Arial;
}
I've spent over an hour trying to figure this out