Failed to build an vertical drilldown...

User 131545 Photo


Registered User
687 posts

Hi all,

I have this code and will build this with two list containers and includes text links but I don"t give the correct result
That is the code:
<ul class="vertical menu drilldown" data-drilldown>
<li><a href="#">One</a></li>
<li>
<a href="#">Two</a>
<ul class="menu vertical nested">
<li><a href="#">Two A</a></li>
<li><a href="#">Two B</a></li>
<li><a href="#">Two C</a></li>
<li><a href="#">Two D</a></li>
</ul>
</li>
<li><a href="#">Three</a></li>
<li><a href="#">Four</a></li>
</ul>

Can someone help me in de right direction?

Thanks
Stephane
Toekomstgerichte door ICT gebeten IT'er
Stephane Fonteyne
Ba. Elektronica - ICT
Application Software PowerBasic Developer
e-mail : stephane.fonteyne@telenet.be
gmail : stephane760126@gmail.com
linkin : in : <http://www.linkedin.com/pub/stephane-fonteyn/53/402/204>
twitter : @Stefke36
User 2623310 Photo


Ambassador
282 posts

Where is your css file? Did you include the file? You have two ul classes listed.

<ul class="vertical menu drilldown" data-drilldown>

<ul class="menu vertical nested">

You need to have that file.

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.