| 
	
 | 
 Posted by Chris on 06/20/93 11:53 
This is just navigation mock-up! If look on the right you will see the js  
navigation. 
 
http://www.reidmark.com/navigation/index.html 
 
 
 
"Benjamin Niemann" <pink@odahoda.de> wrote in message  
news:e9qvpm$nnp$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. 
>> 
>> 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] 
 |