Developer forum

Forum » Templates » Problem with dropdown dropping behind...

Problem with dropdown dropping behind...

René Mehlsen
Reply
Hi

On this page (
http://proacteur.net.dynamicweb-cms.com/) I have a dropdown menu using:

<div id="menu" class="dwnavigation" settings="startlevel:1;endlevel:2;template:DwddDropdown.xslt;expandmode:All;">
            <ul>
            </ul>
</div>

Plus a jQuery slider that switches between news.

My problem is that the dropdown menu drops behind the news slider.


How can this be solved?

Best regards,
Rene


Replies

 
Kenneth Radoor
Reply
 Hi Rene

Try and change the z-index to somthing high in the Dwdd.css
find the rule #dwddbar li ul, and add an attribute z-index:100000;

/kenneth
 
David Matheson
Reply
I have an associated problem.  The DwddDropdown.xslt does not support startlevel:2; - it only shows the top level
My code is
<ul id="LeftNav" class="dwnavigation" settings="template:DwddDropdown.xslt; startlevel:2; endlevel:4;expandmode:all;">ul>
I have tried the other variants of expandmode....

FIX!!
Under settings the template: etc has to be behind the startlevel/endlevel settings
 
René Mehlsen
Reply
Hi Kenneth

Super
That was what I needed

/Rene

 

You must be logged in to post in the forum