Mark Parnell <webmaster (AT) clarkecomputers (DOT) com.au> wrote in
news:5wrr49lcgd3.1peate6m6k3pm.dlg (AT) 40tude (DOT) net:
Quote:
And make sure that your drop-down menus still work when Javascript is
disabled/unavailable. |
Even when Javascript is available, many drop-down menus won't work properly
until an onLoad event occurs for the body element, something that won't
happen until *all* images have finished loading. As a result, the
navigation is unusable to someone who, because he's on a slow dial-up
connection, wants to just go to the right section without waiting for the
all the images to load (and it can be unusable to anyone if one of the
images is from an off-site source that takes too long to respond).
Navigation should be usable from the very moment it becomes visible.