[jQuery] Re: Html navigation menus

2009-01-23 Thread Joel Birch
You could use Superfish for this type of menu, although the CSS would be up to you to create. For the multi-column menu I would use multiple ul elements inside one parent li element and just assign them a width and float them next to each other. I know this works although I don't have any

[jQuery] Re: Html navigation menus

2009-01-23 Thread Spencer
Thanks Joel. I'll have to give Superfish another try.