Down Down Menu Style
- The topic ‘Down Down Menu Style’ is closed to new replies.
Need help? Check out our Support site, then
Hey,
I’m a premium member and have the Full Frame menu. I think this problem has been mentioned before, but I have a very long list for one of my menu options. I’d prefer to have a down down menu, which has multiple categories and this leads to additional items to make it more appealing.
What code could I put in CSS to correct this?
Website: http://mannersphotography.com
“Destinations” is the menu I’m referring too
Regards,
George
The blog I need help with is: (visible only to logged in users)
Hi George,
I cannot access your website. If you can give me access to the site, I will check and see if we can fix it by css.
Thanks,
Chandra
Done! Thanks Marharzan
Done! Thanks Marharzan
Done! Thanks Marharzan
Hi George,
Maybe this css will work.
.main-navigation ul ul ul {
left: -999em;
top: 0;
position:absolute;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%;
}
.main-navigation ul li:last-child ul {
right: auto;
left: -999em;
}
.main-navigation > ul > li:last-child ul {
right: 0;
left: auto;
}
Let me know if you need further help.
Thanks,
Chandra
Thats great, works really well. One more question, I’d like to have an additional tier so after each country I can link to a specific region, so essentially it would be ‘down down down’ menu.
Thanks for responding so promptly!
Actually I just noticed that the code works for three tiered menus. Thanks a lot Chandra, you’ve been a great help
All the best
Cheers!! :-)