|
Posted by Benjamin Niemann on 01/31/66 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.
>
> I am still unclear. I am using an unordered list which produces a pop up
> when hovered over. I want to use this because the search engine will like
> this. Constructing a menu entirely in javascript will cause problems.
SEs will see what users without JS will see: the menu as it exists in the
HTML source (which you originally wanted to place in a NOSCRIPT element).
But as others have said, please post an example.
--
Benjamin Niemann
Email: pink at odahoda dot de
WWW: http://pink.odahoda.de/
Navigation:
[Reply to this message]
|