|
Posted by Benjamin Niemann on 01/31/01 11:53
Chris wrote:
> I have a javascript driven navigation I want to offer an alternative
> navigation in the <no script> tag. However how do I hide the javascript
> navigation as it isn't completely hidden if the javascript is switched
> off.
You'll have to construct those elements with JavaScript instead of placing
these in the HTML document.
When doing this, it might also be better, not to use NOSCRIPT, but to remove
those elements which are for NoJS clients using JavaScript, _after_ you
have verified that the browser supports all required features. There might
be situations, when the JS version will not work, because the browser does
not implement certain objects or methods. With NOSCRIPT the user would get
a broken dynamic menu, but no static menu.
--
Benjamin Niemann
Email: pink at odahoda dot de
WWW: http://pink.odahoda.de/
[Back to original message]
|