|
Posted by Chris on 01/31/21 11:53
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.
"Benjamin Niemann" <pink@odahoda.de> wrote in message
news:e9omcr$vip$1@online.de...
> 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/
Navigation:
[Reply to this message]
|