Re: [WSG] CSS or JavaScript flyout menu

2006-01-11 Thread Jason Foss
] [mailto:[EMAIL PROTECTED] On Behalf Of Lachlan Hunt Sent: Wednesday, 11 January 2006 5:02 PM To: wsg@webstandardsgroup.org Subject: Re: [WSG] CSS or JavaScript flyout menu Taco Fleur - Pacific Fox wrote: I am looking for some ideas on how to create a JavaScript/CSS fly-out menu

Re: [WSG] CSS or JavaScript flyout menu

2006-01-11 Thread Brian Cummiskey
Taco Fleur - Pacific Fox wrote: I am looking for some ideas on how to create a JavaScript/CSS fly-out menu, the dreaded day has come that a client finally insisted on using one! Has anyone got some ideas code samples etc.? Any help would be much appreciated. try the son of suckerfish.

Re: [WSG] CSS or JavaScript flyout menu

2006-01-11 Thread Thierry Koblentz
Taco Fleur - Pacific Fox wrote: I had a look at Suckerfish Dropdowns but it seems to go only one level deep, I need several levels deep. Because of usability/accessibility issues it creates, I would not go with a CSS solution if more than one level deep is needed. Also, I would not use

Re: [WSG] CSS or JavaScript flyout menu

2006-01-11 Thread Al Sparber
From: Thierry Koblentz [EMAIL PROTECTED] To: wsg@webstandardsgroup.org Sent: Wednesday, January 11, 2006 10:21 AM Subject: Re: [WSG] CSS or JavaScript flyout menu Taco Fleur - Pacific Fox wrote: I had a look at Suckerfish Dropdowns but it seems to go only one level deep, I need several levels

Re: [WSG] CSS or JavaScript flyout menu

2006-01-11 Thread Thierry Koblentz
Al Sparber wrote: Sometimes it can be good to hide the sub-menus. It depends on how the site is structured and one's goals. Actually, with these *big* menus (2/3 levels deep), I think it's a good idea to hide everything below the top level items from assistive devices. Thierry |

RE: [WSG] CSS or JavaScript flyout menu

2006-01-10 Thread Taco Fleur - Pacific Fox
PS. it needs to be able to accommodate several sub links. Kind regards, Taco Fleur - CEOPacific Fox http://www.pacificfox.com.au an industry leader with commercial IT experience since 1994 Web Design and Development SMS Solutions, including developer API Domain

Re: [WSG] CSS or JavaScript flyout menu

2006-01-10 Thread Lachlan Hunt
Taco Fleur - Pacific Fox wrote: I am looking for some ideas on how to create a JavaScript/CSS fly-out menu, the dreaded day has come that a client finally insisted on using one! ... var menu = new Object(); menu[ about_bdsrecruit ] = new Object(); Yikes! Don't generate a menu like that,

Re: [WSG] CSS or JavaScript flyout menu

2006-01-10 Thread Dmitry Baranovskiy
Hi Taco,If you will do everything in _javascript_, then your menu will lost its semantic. Take a look how it is done on http://www.optuszoo.com.auThere is _javascript_ for delay, CSS for drop-downs and ulli for semantic. best regards,Dmitry

RE: [WSG] CSS or JavaScript flyout menu

2006-01-10 Thread Taco Fleur - Pacific Fox
! * Seamless Merchant integration -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lachlan Hunt Sent: Wednesday, 11 January 2006 5:02 PM To: wsg@webstandardsgroup.org Subject: Re: [WSG] CSS or JavaScript flyout menu Taco Fleur