> Have you styled these into horizontal menus, for both primary
> and secondary menus?
Using the popupmenu, yes, I have done this. Also, he has an example of a
horizontal top-level CSS menu (look at the pulldown list top right on the
examples page). I suspect it would be trivial to do a second-level horizontal
as well.
~ ~ Dave
>
> Rick
>
> -----Original Message-----
> From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of DaveG
> Sent: Thursday, May 31, 2007 7:52 AM
> To: jquery-en@googlegroups.com
> Subject: [jQuery] Re: Best way to do horizontal sub-menus...
>
>
> I've used this non-jQ version in the past with good success:
> http://www.twinhelix.com/dhtml/popupmenu/
>
> He also has a newer version, which I've not used:
> http://www.twinhelix.com/dhtml/fsmenu/
>
> ~ ~ Dave
>
> Rick Faircloth wrote:
>> Hi, again, Olaf...
>>
>> Both of the approaches you mentioned get me started with some
>> coding ideas, but both utilize drop-down submenus.
>>
>> What I'm after is a first-level horizontal menu that when a link is
>> moused-over, another *horizontal" menu appears.
>>
>> Perhaps it's just a matter of styling the submenu via css?
>>
>> Rick
>>
>> -----Original Message-----
>> From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
>> Behalf Of Olaf Bosch
>> Sent: Thursday, May 31, 2007 2:44 AM
>> To: jquery-en@googlegroups.com
>> Subject: [jQuery] Re: Best way to do horizontal sub-menus...
>>
>>
>> Rick Faircloth schrieb:
>>
>>> Well, I've finally given in and after 10 years of web design,
>>> I'm ready to create my *first* horizontal menus.
>>
>> What, is this true!? ;)
>>
>>> jQuery? CSS? Combination?
>>
>> right, this are may favorit (without JQuery):
>> http://www.htmldog.com/articles/suckerfish/dropdowns/
>>
>> this with JQuery:
>> http://be.twixt.us/jquery/suckerFish.php
>>