Re: Accessible Dynamic Menus

Tom,

on http://new.uh-hosting.co.uk/ check in IE5.2.2 on mac
view text size 100% looks ugly, the drop down list is off, with js on, 
but worse php,asp and ds are shifted way down the page.
Mozilla behaves far better.

golf.uk.net has a similar problem with js, at least on this machine :-)

thanks

Jonathan


On Wednesday, May 28, 2003, at 01:52  am, Tom Gilder wrote:

>
> On Wednesday, May 28, 2003, 12:52:14 AM, Julian Voelcker wrote:
>> OK, I take your point, however I am referring to menus that are based 
>> on
>> ordered multi-level lists that then use primarily CSS and some js to 
>> provide
>> the interactivity.
>
> I've made a couple of menus that I've tried to make as accessible as
> possible. There are fold-out ones on http://golf.uk.net/ complete with
> tab access, and drop-down ones on http://new.uh-hosting.co.uk/ (please
> note that site is in development).
>
> They're both built out of UL elements and degrade quite well. The
> secret to accessible menus is to make them display nicely first with
> some basic CSS, and then have extra CSS that's imported (either using
> document.write or creating a <link>) from JS within <head> which hides
> them - don't load it onload or the menus can appear on the page and
> then vanish when the CSS loads, which is ugly and confusing.
>
> The scripting on both those sites is a bit nasty (I'm not really much
> of a programmer), but I hope it might be able to help you.
>
>
> Good luck
> -- 
> Tom Gilder, http://tom.me.uk
> http://www.shelldesign.co.uk
>
>

Received on Wednesday, 28 May 2003 02:19:30 UTC