How about having a list as an item of the sublist?

<ul>
  <li>Menu 1</li>
  <li>Menu 2
    <ul>
      <li>Menu 2.1</li>
      <li>Menu 2.2</li>
    </ul>
  </li>
  <li>Menu 3</li>
  <li>Menu 4</li>
</ul>

I'm not overly sure about Suckerfish though, as I don't have it to hand. But
most JS-based menu systems work using lists, and something like this would
be acceptable.


Tom Shafer-2 wrote:
> 
> 
> Hi, I am using the suckerfish plugin. How can I make it so I can have a
> drop down menu from a drop down menu.
> 
> 
> -Menu
>    |
>     -menu 1
>     -menu 2
>        |
>         - menu 2.1
>         - menu 2.2
>      -menu 3
>      -menu 4
> 
> Thanks
> 
> -TJ
> 
> 
> _______________________________________________
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Suckerfish-tf2327831.html#a6484593
Sent from the JQuery mailing list archive at Nabble.com.


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to