Vertical Menu Sub Items Not Showing


Author Message
Gizelle

Posted: 6/24/2010
Quote message 

Quote Gizelle:

When I export a vertical menu (normal html site), the sub items in the vertical menu do not show? Although in the preview in Artisteer it does. Are they triggered? Or can I have them just showing all the time?


Also it's an issue with Firefox, IE it seems to work...

 
Garry

Posted: 6/25/2010
Quote message 

Artisteer adds demo sub menu items only to one menu items, you need to add them manually.
 
Gizelle

Posted: 6/27/2010
Quote message 

Oh nevermind got it sorted :)
 
Richard

Posted: 6/28/2010
Quote message 

Hey Gizelle,

I would be interested to know how, as I have the same issue (in FF).

Thanx in advance,
Richard
 
Yesplease

Posted: 7/2/2010
Quote message 

Quote Gizelle:

Oh nevermind got it sorted :)


Yes yes please, can you please share a solution when you post that you fixed a problem? :) Thanks!
 
Nick Wingfield

Posted: 7/8/2010
Quote message 

I too couldn't figure out how to get submenus to show in the vertical problem.

Now I've sorted it. Not sure if my problem is the same as Gizelle's.

In my case I hadn't understood about making things 'active'.

On each page, if you want to see something in the sub menu you have to make it active.

So, in the html code, instead of starting the sub menu with
<ul>
it needs to say
<ul class="active">


You also do a similar thing to highlight tabs by adding
class="active">
. So this line of code:

<li><a href="apples.html">Apples</a></li>


becomes this

<li><a href="apples.html"class="active">Apples</a></li>


Hope this helps.
 
Rainer Hemmer

Posted: 7/22/2010
Quote message 

With the sub-menus in Safari I have the problem that they are not displayed.
In Firefox it works very well. Where's the bug in Safari, what do I need it?
 
Salvatore Savino

Posted: 3/23/2011
Quote message 

Try removing art- from all classes. It worked for me, and now vertical submenu items are shown 8-)