Hi gang,
I'm having an issue with a navigation bar on a site I'm doing for next to free.
When I or some users look at the site, the horizontal navigation bar appears where it obviously should. When others, using the same OS and browser (IE), see the navigation bar at the top of their screen. The navigation bar lies in a table cell, so I can't understand why it gets bumped up top for some users.
Here is the site:
And here is the table code around the navigation bar:
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="37%" height="28" background="images/linkbarOpener.gif"> </td>
<td width="63%" height="28" valign="top">
<style>.awmAnchor {position:relative}</style><span id='awmAnchor-MainNav' class='awmAnchor'></span>
</td>
</tr>
</table>
Thanks for any advice.
I'm having an issue with a navigation bar on a site I'm doing for next to free.
When I or some users look at the site, the horizontal navigation bar appears where it obviously should. When others, using the same OS and browser (IE), see the navigation bar at the top of their screen. The navigation bar lies in a table cell, so I can't understand why it gets bumped up top for some users.
Here is the site:
And here is the table code around the navigation bar:
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="37%" height="28" background="images/linkbarOpener.gif"> </td>
<td width="63%" height="28" valign="top">
<style>.awmAnchor {position:relative}</style><span id='awmAnchor-MainNav' class='awmAnchor'></span>
</td>
</tr>
</table>
Thanks for any advice.