Vertical Menus

Permalink
Ok I have searched the forums, found some info on vertical menus, but nothing that I could figure out. I saw the Superfish addon as well.

I have a web template that I am using that uses a vertical menu. I want to use the Auto Nav, so how can I make it vertical ?

Thanks in advance
David

 
kutis replied on at Permalink Reply
kutis
the default autonav is generating <ul> <li> list, i think some code in your css made all the list floating left
Eagletears replied on at Permalink Reply
I am wanting the vertical menu. I have it working, the only issue I have at the moment is that when I do get the Auto Nav vertical I am getting bullets and then it is picking up the custom bullet images that I am using.

This is the css for the Navigation area.

#left_column { width:195px; float:left; }
.horizontal #left_column { width:auto; float:none; }
#navigation a { background:url(./images/button_bg2.gif) no-repeat; width:170px; height:25px; display:block; padding-left:25px; margin:5px 0;
font-size:13px; color:white; text-decoration:none; line-height:25px;}
#navigation a:hover { background-position:0 bottom; }
.horizontal #navigation a { float:left; }
#more_information { padding-top:15px;}