Developer forum

Forum » Templates » dwdd navigation expands all at the same time

dwdd navigation expands all at the same time

Lise T. Pedersen
Reply

http://bella-vista.dk/Bella-Vista-Ombygning/Home.aspx

If you enter the menu-item "products" a lot of windows shows up. (This is not the final structure or styling!) But I would like the dropdowns in 3rd level only to show, when you enter the menu-item they belong to - not all at the same time.

Is this menu only  made for showing 2 levels, or am I doing something wrong?

My settings are

startlevel:1;endlevel:4;template:DwddDropdown.xslt;expandmode:All;

and I have tried to change both endlevel and expandmode, but not with much success...

/Lise

 


Replies

 
Regin Madsen
Reply

Hi Lise,

Its a css (or js if u use that approach) issue.

Try and add the following to your css:

#dwddBar ul ul {display:none}
#dwddBar ul li:hover ul{display:block}

That should do the trick, if not your welcome giving me a call at 40 94 76 86

/Regin Madsen
e-kompagniet ApS

 

 

You must be logged in to post in the forum