Maybe i am being a little bit picky with this.

I have a suckerfish dropdown, as i feel it is the best approach for
cross-browser (but not A grade) dropdowns. The website i am working on is a
youth centre's. The target audience is the community, which can be young or
very old. The very old "may" be using IE 5 on older computers (at a guess).
If they have JS disabled and are using IE 5 then they cannot view the
navigation links.

Whats your views on the best way around this?

I was thinking about sing PHP to determine what browser the user is using
and if JS is enabled. If its IE 5 and it is not enabled then when a user
clicks a link from the navigation menu the page will load but under the
navigation will be another div that lists the links uder that sub heading.

-----------------------------------------------------
|   nav   nav   nav  nav  nav  nav  nav |
-----------------------------------------------------
----------------------------------------------------
|   sub link                         sub link |
|   sub link                         sub link |
|   sub link                         sub link |
----------------------------------------------------
-----------------------------------------------------
all the other content goes on as normal

Only users who are using a browser that does not support the hover psudeo
selector on anything other than a elements will see that box. It will be
generated using PHP before the page loads.

I was thinking about doing that for all the users, and have that displaying
regardless, but that may add confusion to the user experience i feel.

Anyone ideas?


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to