CSS - Autonav for submenu
Permalink
Hi,
I have a vertical menu styled how I want it but I'm not sure how to style the dropdown. I want the dropdown to open directly underneath the parent and slightly indented and to push the menu tabs below it down. At the moment the submenu is going over the tabs.
I've currently used
.nav > li.nav-dropdown > a {
color:#000;
text-decoration:none;
background-color: #fff;
}
but can't work out the other styles I should have and can't find much on the forums.
Any help would be appreciated.
Thanks
I have a vertical menu styled how I want it but I'm not sure how to style the dropdown. I want the dropdown to open directly underneath the parent and slightly indented and to push the menu tabs below it down. At the moment the submenu is going over the tabs.
I've currently used
.nav > li.nav-dropdown > a {
color:#000;
text-decoration:none;
background-color: #fff;
}
but can't work out the other styles I should have and can't find much on the forums.
Any help would be appreciated.
Thanks