So I have a menu with a drop down like this:
Sorry for the links, I just never have luck with stackoverflow html system..
So the drop down menu has the same style as the buttons which look ugly on drop downs.
I’ve tried adding a class to its li style and it still ignroed it
this is what makes the hover colors & bg of the drop down:
I’ve tried everything I know but still doesn’t work.
Aim:
Make the menu drop down color and links look completely different from the other menus.
Live demo:
http://justxp.plutohost.net/testing/index.html
as you see, basically it takes the border from the menu class.
Thanks.
You can do it like jzacharia suggested in the comments above:
CSS
In your CSS file, change this:
to this:
HTML
And your HTML should then look something like this: