The second level menus collapse back in when I mouseover them from the first level. I try to click on one and the dropdown collapses before I can.
2nd Level Menu - Can't Click
10 posts from 4 voices-
Posted 2 years ago #
-
The CSS can be adjusted to cope without a description, open up style.css, find this code:
#top .nav ul { display: none; left: 0; position: absolute; top: 48px; width: 172px; }and replace it with:
#top .nav ul { display: none; left: 0; position: absolute; top: 30px; /* adjusted from 48px to cope with no menu description */ width: 172px; }Posted 2 years ago # -
I don't have css like that. I have this:
#top .nav li ul a{
border:1px solid #484848;
border-top:none;
color:#aaa;
background: #222;
}#top .nav li ul a:hover{
background:#262626;
color:#fff;
}#top .nav li ul {
border-top:1px solid #484848;
}Posted 2 years ago # -
Hey,
can you post a link to your site so that I can investigate the stylesheets myself?Posted 2 years ago # -
Hey Folks,
I just wondered if there had been a soloution developed for this? I've just bought the theme and am having this issuse.
Our site is http://www.desktopdaydreams.com
Cheers
Posted 2 years ago # -
Hey,
I wrote the solution in the second post of this thread...Posted 2 years ago # -
Hey agian,
Apologies. I've tried what you suggested but no luck? :-(
Posted 2 years ago # -
Once agian, Aplogogies! I feel like an idiot! :-(
That solved it! Great, thanks!
Posted 2 years ago # -
This solved my issue as well! Thank you!
Posted 2 years ago # -
Glad that I could help you :)
Posted 2 years ago #
Reply
You must log in to post.














