Forum Moderators: open
What bugs me is when I or anyone else who visits, minimizes the page to say half its size, some of the buttons or text links move to the second line. So in other words the navigation area breaks up and some of the buttons (or text links) appear below some of the others.
I have given thought to implementing a javascript navigation bar, which would alleviate this problem, however, some people visiting may have trouble with Java displaying correctly which could in turn, hinder seeing the Java navigation bar to begin with....would this truly be a MAJOR ISSUE?
If I DON'T use a Javascript navigation bar, is there a way to prevent this break-up effect on my page, using another method?
Just gives it a less than professional look when this happens...any help would be much appreciated!
Here is my code example I have in place, for the lines below, I have changed the url as per the rules here~
<br/>
<td width="60%" align="left" align="middle">
<a href="http://www.examplesite.com"><img src="http://www.examplesite.com/examplesiteLargelogo2.gif" border="0" alt text=""></a>
</td>
</tr>
</table>
<tr>
<td width="100%" align="center" valign="top"><a href="http://examplesite.com/index.jsp?pageName=hotSearch&isHotels=true&isCondos=false&cid=117116">
<img src="http://www.examplesite.com/hotelspas.jpg" border="0"></a>
<a href="http://examplesite.com/index.jsp?pageName=hotelSpecials&cid=117116">
<img src="http://www.examplesite.com/resortspas.jpg" border="0"></a>
<a href="http://examplesite.com/index.jsp?pageName=condos&cid=117116">
<img src="http://www.examplesite.com/condos.jpg" border="0"></a>
<a href="http://www.examplesite.com/index.jsp?pageName=newsletters&cid=117116">
<img src="http://www.examplesite.com/hoteldeals.jpg" border="0"></a>
<a href="http://examplesite.com/index.jsp?pageName=airSearch&cid=117116&advancedOptions=true">
<img src="http://www.examplesite.com/flights.jpg" border="0"></a>
<a href="http://examplesite.com/index.jsp?pageName=carSearch&cid=117116">
<img src="http://www.examplesite.com/carrentals.jpg" border="0"></a>
<a target="_new" href="http://examplesite.com/cgi-bin/fccgi.exe?w3exec=ta.search&special=1&ta=22223011&rcode=0&ck=1345751320">
<img src="http://www.examplesite.com/spaspecials.jpg" border="0"></a>
<a href="http://dg.examplesite.com/index.jsp?cid=117116">
<img src="http://www.examplesite.com/cityguides.jpg" border="0"></a>
<a href="http://www.examplesite.com/sightseeing.html">
</td>
</tr>
</table>
Is it possible that someone could just insert into the above, the changes for this to display on one line without breaking up?
All of this sometimes is just soooo confusing!
Some of them do read JavaScript on pages. It is, however, harder (in some cases impossible) for a spider to follow links generated by JavaScript.
There is little to no reason for anyone to use JavaScript for navigation. Most of what you would want to do can be handled through CSS, in a much more userfriendly fashion.