zinderellie
Technical User
I have my site navigation menu placed vertically along the left margin. When I had it in a frame, it was position at the upper left as desired. However, I noticed the menu wasn't visible in IE. I am using Mozilla, but testing the view in both.
I changed the menu code to:
<table align="left" valign="top" hspace="0" vspace="0">
<tr>
<td><!--#include file="menu.shtml"-->
</td>
</tr>
</table>
From this:
<table>
<tr>
<td align="center"><!-- IFRAME -->
<iframe width="275" name="menu" height="3500" src="menu.shtml" border="0" frameborder="0" scrolling="auto" align="left" hspace="0" vspace="0"></iframe>
</td>
</tr>
</table>
Now the menu floats to be centered on the left margin. I want it to be anchored in the upper left margin. I am including the page URL so you can see the page code. I'd like to understand what I am doing wrong, and how to correct the menu position.
Thanking you in advance for any help. =)
I changed the menu code to:
<table align="left" valign="top" hspace="0" vspace="0">
<tr>
<td><!--#include file="menu.shtml"-->
</td>
</tr>
</table>
From this:
<table>
<tr>
<td align="center"><!-- IFRAME -->
<iframe width="275" name="menu" height="3500" src="menu.shtml" border="0" frameborder="0" scrolling="auto" align="left" hspace="0" vspace="0"></iframe>
</td>
</tr>
</table>
Now the menu floats to be centered on the left margin. I want it to be anchored in the upper left margin. I am including the page URL so you can see the page code. I'd like to understand what I am doing wrong, and how to correct the menu position.
Thanking you in advance for any help. =)