Hello-
I have used CMSMS before without any problems. But for some reason, on a new site I am designing, I can't get the drop downs to work. The home page of the site can be viewed at: www2.tomlogic.com
I have inserted and referenced the correct module
I have inserted the javascript in the head of the template
All the pages and subpages are active. I'm just not sure what in the world is going on. I thought maybe the submenus were hidden behind another div so I moved it--still the same problem. Can anyone offer any suggestions please?
Thanks!
[Solved] No drop downs
[Solved] No drop downs
Last edited by Anonymous on Fri Aug 29, 2008 6:12 am, edited 1 time in total.
Re: No drop downs
I think in editing the stylesheet, you eliminated some of the necessary stuff. For example, the tag:
#primary-nav li, #primary-nav li.menuparent {
has no closing }.
I coped the original "Navigation: CSSMenu - Horizontal" code into your stylesheet, and it worked - although the colours and styling were off.
Nullig
#primary-nav li, #primary-nav li.menuparent {
has no closing }.
I coped the original "Navigation: CSSMenu - Horizontal" code into your stylesheet, and it worked - although the colours and styling were off.
Nullig
Re: No drop downs
OK, we are getting there...great catch. Now the submenus show up but when I try to select one of them, the whole menu disappears...?
Re: No drop downs
OH you know, I think those submenus ARE still under a div....
Re: No drop downs
Yep, now I can see its behind the div. Thanks for your help! That was driving me crazy!

