Forum Moderators: open
Question - what do do about non javascript browsers? My thoughts are:
<noscript>
<div class="navlinx">
<p> <a href="../index.htm">Home Page</a> <br>
<a href="../something.htm">something</a><br>
<a href="../something2.htm">something2
</a></p>
</div>
</noscript>
The idea being that the nav links will show and work only only when a non-javascript browser sees the page.
Does this seem a reasonable way to go?
Will search engines see the links?