RE: [WSG] Accessible Drop Down Menu Example

2007-06-07 Thread Thierry Koblentz
> On Behalf Of Sander Aarts > Ah, had not read that. Sorry ;-) > But what's the reason for that as it is not really clear? > Why not have them popup like when you use a pointer? Do you mean by using "focus"? But then keyboard users would have to tab through the whole enchilada :-( That's how the

Re: [WSG] Accessible Drop Down Menu Example

2007-06-07 Thread Sander Aarts
Thierry Koblentz schreef: Still the same. In the vertical menu only the 3rd item (Articles: E-K) pops up/unfolds when navigating with a keyboard on Fx2 and Op9 (on WindowsXP). Sander, You need to use the *enter* key to trigger the dropdown, did you try that? Ah, had not r

RE: [WSG] Accessible Drop Down Menu Example

2007-06-07 Thread Thierry Koblentz
>> On Behalf Of Sander Aarts >> Thierry Koblentz schreef: >> Please try again, I just noticed that I commented a "return false" statement >> in the script. >> The problem now is that I can't remember if I just forgot to remove it or if >> there was a good reason for that comment to be there >>:

Re: [WSG] Accessible Drop Down Menu Example

2007-06-07 Thread Sander Aarts
Thierry Koblentz schreef: src="http://www.tjkdesign.com/articles/Pure_CSS_Dropdown_Menus.asp"; /> It doesn't seem to work well with keyboard navigation, at least in Opera 9 and Firefox 2. Please try again, I just noticed that I commented a "return false" statement in the script.

RE: [WSG] Accessible Drop Down Menu Example

2007-06-06 Thread Thierry Koblentz
> On Behalf Of Sander Aarts > > Thierry Koblentz schreef: > > src="http://www.tjkdesign.com/articles/Pure_CSS_Dropdown_Menus.asp"; /> > It doesn't seem to work well with keyboard navigation, at least in > Opera > 9 and Firefox 2. Please try again, I just noticed that I commented a "return false"

Re: [WSG] Accessible Drop Down Menu Example

2007-06-06 Thread Sander Aarts
Thierry Koblentz schreef: http://www.tjkdesign.com/articles/Pure_CSS_Dropdown_Menus.asp"; /> It doesn't seem to work well with keyboard navigation, at least in Opera 9 and Firefox 2. cheers, Sander *** List Guidelines: http://

RE: [WSG] Accessible Drop Down Menu Example

2007-06-06 Thread Ted Drake
> On Behalf Of Ryan Moore > was just looking for an example of a good accessible drop down menu for part of a web application i'm developing. >From Thierry --- http://www.tjkdesign.com/articles/Pure_CSS_Dropdown_Menus.asp"; /> HTH --- Regards, Thierry | www.TJKDesign.com -

Re: [WSG] Accessible Drop Down Menu Example

2007-06-06 Thread Ryan Moore
thanks, this is a great solution :) On 6/6/07, Thierry Koblentz <[EMAIL PROTECTED]> wrote: > On Behalf Of Ryan Moore > was just looking for an example of a good accessible drop down menu for part of a web application i'm developing. http://www.tjkdesign.com/articles/Pure_CSS_Dropdown_Menus.as

Re: [WSG] Accessible Drop Down Menu Example

2007-06-06 Thread Paul Menard
On Jun 6, 2007, at 1:18 PM, Ryan Moore wrote: was just looking for an example of a good accessible drop down menu for part of a web application i'm developing. I've used this very simple package many times. http:// www.projectseven.com/tutorials/navigation/auto_hide/ Paul ***

RE: [WSG] Accessible Drop Down Menu Example

2007-06-06 Thread Swan, Henny
Try http://www.udm4.com/ from Brothercake as a starting place. Regards, Henny From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ryan Moore Sent: 06 June 2007 19:19 To: wsg@webstandardsgroup.org Subject: [WSG] Accessible Drop Down Menu Example Hey

RE: [WSG] Accessible Drop Down Menu Example

2007-06-06 Thread Thierry Koblentz
> On Behalf Of Ryan Moore > was just looking for an example of a good accessible drop down menu for part of a web application i'm developing. http://www.tjkdesign.com/articles/Pure_CSS_Dropdown_Menus.asp"; /> HTH --- Regards, Thierry | www.TJKDesign.com *

[WSG] Accessible Drop Down Menu Example

2007-06-06 Thread Ryan Moore
Hey Folks, was just looking for an example of a good accessible drop down menu for part of a web application i'm developing. Cheers. *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstan

Re: [WSG] Accessible drop down menu

2006-02-01 Thread Thierry Koblentz
Richard Stephenson wrote: > Don't know if its exactly what you are after but i did a little script > a while ago that turns a list of links into a select box that acts as > a jumpmenu that loads a new url onchange. If the user has no js they > just get the list of links. > > http://www.donkeymagic

Re: [WSG] Accessible drop down menu

2006-02-01 Thread Paul Collins
ul  though, thanks very much.   Paul - Original Message - From: Richard Stephenson To: wsg@webstandardsgroup.org Sent: Wednesday, February 01, 2006 1:05 PM Subject: Re: [WSG] Accessible drop down menu > One option would be to use _javascript_ to submit using

Re: [WSG] Accessible drop down menu

2006-02-01 Thread Richard Stephenson
> One option would be to use Javascript to submit using "onchange", then > hiding the submit button in a nosript tag for those who don't have jscript > turned on. Does anyone have a better idea? Hi Paul, Don't know if its exactly what you are after but i did a little script a while ago that turns

[WSG] Accessible drop down menu

2006-02-01 Thread Paul Collins
Hello all,   Got another question today which I can't seem to find any new information on.   Was wondering with Ajax and some of these new methods coming out, is there a way of creating an accessible drop-down menu that doesn't use scripting? As in, can we have a drop-down menu that would su