Forum Moderators: open

Message Too Old, No Replies

Javascript Disable

How many users disable javascript?

         

ScarlettR8

8:55 pm on Feb 4, 2004 (gmt 0)

10+ Year Member



Just want to ask how any of you would not use javascript navigation for fear of users having javascript disabled? Client is requesting alternate php nav menu....first time I've had that request. I have used only javascript for some time now and not heard of any problems...am I wrong?

DrDoc

9:01 pm on Feb 4, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to Webmaster World!

I would not use a JavaScript menu, but the reason for that is not fear of people disabling JavaScript in their browser. I just want to make sure my pages are usable down to the lowest denominator (be that IE3, NN4, or whatever). The level of JavaScript support has change so much the last few years (from virtually non-existing to fully DOM compliant). I just wouldn't be able to justify employing a 100% JavaScript based navigation. The browser quirks are too many and too severe. Besides, most of that can be done with CSS anyway. If you want to use JavaScript for enhanced functionality -- do so. Just use it for a reason. And make sure the page is functional without it.

choster

9:23 pm on Feb 4, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



We have a high percentage of government users, estimate at least 10% browse with Javascript disabled.

ScarlettR8

9:41 pm on Feb 4, 2004 (gmt 0)

10+ Year Member



Thanks for the input..I haven't created heirarchical drop-downs in CSS..is that possible?

DrDoc

1:52 am on Feb 5, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



It sure is possible :)
Take a look at Eric Meyer's wonderful css-edge :)

[meyerweb.com...]