Click to See Complete Forum and Search --> : PLEASE help me


stevenmiller74
09-11-2009, 09:07 AM
Hi,

I am putting up a website (and I know HTML pretty well). However, where I work, they have a really old server that DOES NOT support javascript. I already have my site built, but my links or menu that I use is a javascript menu.

Can anybody tell me if there is a decent menu (collapsible or something that is clickable or a rollover style) that I can use with HTML code or something that will work?

Any suggestions are greatly appreciated. Thanks

Steve

Charles
09-11-2009, 09:46 AM
You shouldn't be using JavaScript dependent navigation in the first place. Too many of of eschew scripting. See http://htmldog.com/articles/suckerfish/dropdowns/ .

stevenmiller74
09-11-2009, 02:26 PM
Cool...thanks for your help...that makes sense...

kiwibrit
09-12-2009, 04:44 AM
You shouldn't be using JavaScript dependent navigation in the first place. Too many of of eschew scripting. See http://htmldog.com/articles/suckerfish/dropdowns/ .

'eschew'. Lovely. Not seen that for years.:)

TheBearMay
09-13-2009, 08:58 AM
Just a note: Javascript is run on the client, not the server....