I've positioned a couple of tables on a page using span tag, positioned absolutely for some menus. For some reason when viewing on the Mac in IE, the tables show up at different heights on the page. I have the tops all specified to be 141px and they work fine on the PC (not in Netscape, but that's another issue to tackle later) but seem to get progressively lower on the page from left to right. The code is below, does anyone see anything stupid I may have done?
There are 3 menus and one submenu.
<span id="iceBinsMenu" onMouseOver="overMenu=true" onMouseOut="overMenu=false" style="left: 155px; top: 141px; visibility: hidden; position : absolute; width: 127px; height: 58px; z-index: 5;
font-size : 12px;
font-family : Arial, Helvetica, sans-serif;
text-decoration: none;
color : #FFFFFF">
<table width="126" border="0" cellpadding="3" cellspacing="0" bgcolor="#000000">
<tr>
<td>
<b><a href="icedevic.htm"><font color="#FFFFFF" size="1">Ice•DevIce
Systems™</font></a></b></td></tr>
<tr><td>
<b><a href="itstrans.htm"><font color="#FFFFFF" size="1">Ice
Storage and Transport Systems (ITS)</font></a></b></td></tr>
<tr><td>
<b><a href="upright.htm"><font color="#FFFFFF" size="1">Upright
Ice Bins</font></a></b></td></tr>
<tr><td><b><a href="slopeft.htm"><font color="#FFFFFF" size="1">Slope Front Bins</font></a></b></td></tr>
<tr><td><b><a href="smartcts.htm"><font color="#FFFFFF" size="1">Ice Transport Carts</font></a></b></td></tr>
<tr><td><b><a href="binacc.htm"><font color="#FFFFFF" size="1">Accessories</font></a></b></td>
</tr>
</table>
</span>
<span id="iceWaterMenu" onMouseOver="overMenu=true" onMouseOut="overMenu=false" style="position : absolute;
left: 369px; top: 141px;
font-size : 9px;
font-family : Arial, Helvetica, sans-serif;
text-decoration: none;
color : #FFFFFF; width: 132px; height: 64px; z-index: 5; visibility: hidden">
<table width="126" border="0" cellpadding="3" cellspacing="0" bgcolor="#000000">
<tr>
<td>
<a href="#" onMouseOver="showSubMenu('iceWaterSubMenu')"><font color="#FFFFFF" size="1">Standard Series</font></a>
</td>
<td><font color="#FFFFFF" size="1">>></font></td>
</tr>
<tr>
<td>
<a href="iwu155n.htm"><font color="#FFFFFF" size="1">Low Profile Series</font></a>
</td>
<td><font color="#FFFFFF" size="1"> </font>
</td>
</tr>
<tr>
<td>
<a href="iwbacc.htm"><font color="#FFFFFF" size="1">Dispenser Accessories</font></a>
</td>
<td><font color="#FFFFFF" size="1"> </font>
</td>
</tr>
</table>
</span>
<span id="iceWaterSubMenu" onMouseOver="overMenu=true" onMouseOut="overMenu=false" style="position : absolute; left: 492px; top: 141px;
font-size : 9px;
font-family : Arial, Helvetica, sans-serif;
text-decoration: none;
color : #FFFFFF; width: 127px; height: 58px; z-index: 10; visibility: hidden">
<table width="126" border="0" cellpadding="3" cellspacing="0" bgcolor="#000000">
<tr>
<td>
<a href="iw12.htm"><font color="#FFFFFF" size="1">12 Series</font></a><br>
<a href="iw25.htm"><font color="#FFFFFF" size="1">25 Series</font></a><br>
<a href="iw50.htm"><font color="#FFFFFF" size="1">50 Series</font></a><br>
<a href="iw110.htm"><font color="#FFFFFF" size="1">110 Series</font></a><br>
</td>
</tr>
</table>
</span>
<span id="iceBevMenu" onMouseOver="overMenu=true" onMouseOut="overMenu=false" style="position : absolute; left: 499px; top: 141px; width: 142px; height: 58px; z-index: 5;
font-size : 12px;
font-family : Arial, Helvetica, sans-serif;
text-decoration: none;
color : #FFFFFF; visibility: hidden">
<table width="142" border="0" cellpadding="3" cellspacing="0" bgcolor="#000000">
<tr>
<td>
<b><a href="ibu155.htm"><font color="#FFFFFF" size="1">U155
Series</font></a></b></td></tr>
<tr><td>
<b><a href="ibu300.htm"><font color="#FFFFFF" size="1">U300
Series</font></a></b></td></tr>
<tr><td>
<b><a href="iwbacc.htm"><font color="#FFFFFF" size="1">Dispenser
Accessories</font></a></b></td></tr>
</table>
</span>
There are 3 menus and one submenu.
<span id="iceBinsMenu" onMouseOver="overMenu=true" onMouseOut="overMenu=false" style="left: 155px; top: 141px; visibility: hidden; position : absolute; width: 127px; height: 58px; z-index: 5;
font-size : 12px;
font-family : Arial, Helvetica, sans-serif;
text-decoration: none;
color : #FFFFFF">
<table width="126" border="0" cellpadding="3" cellspacing="0" bgcolor="#000000">
<tr>
<td>
<b><a href="icedevic.htm"><font color="#FFFFFF" size="1">Ice•DevIce
Systems™</font></a></b></td></tr>
<tr><td>
<b><a href="itstrans.htm"><font color="#FFFFFF" size="1">Ice
Storage and Transport Systems (ITS)</font></a></b></td></tr>
<tr><td>
<b><a href="upright.htm"><font color="#FFFFFF" size="1">Upright
Ice Bins</font></a></b></td></tr>
<tr><td><b><a href="slopeft.htm"><font color="#FFFFFF" size="1">Slope Front Bins</font></a></b></td></tr>
<tr><td><b><a href="smartcts.htm"><font color="#FFFFFF" size="1">Ice Transport Carts</font></a></b></td></tr>
<tr><td><b><a href="binacc.htm"><font color="#FFFFFF" size="1">Accessories</font></a></b></td>
</tr>
</table>
</span>
<span id="iceWaterMenu" onMouseOver="overMenu=true" onMouseOut="overMenu=false" style="position : absolute;
left: 369px; top: 141px;
font-size : 9px;
font-family : Arial, Helvetica, sans-serif;
text-decoration: none;
color : #FFFFFF; width: 132px; height: 64px; z-index: 5; visibility: hidden">
<table width="126" border="0" cellpadding="3" cellspacing="0" bgcolor="#000000">
<tr>
<td>
<a href="#" onMouseOver="showSubMenu('iceWaterSubMenu')"><font color="#FFFFFF" size="1">Standard Series</font></a>
</td>
<td><font color="#FFFFFF" size="1">>></font></td>
</tr>
<tr>
<td>
<a href="iwu155n.htm"><font color="#FFFFFF" size="1">Low Profile Series</font></a>
</td>
<td><font color="#FFFFFF" size="1"> </font>
</td>
</tr>
<tr>
<td>
<a href="iwbacc.htm"><font color="#FFFFFF" size="1">Dispenser Accessories</font></a>
</td>
<td><font color="#FFFFFF" size="1"> </font>
</td>
</tr>
</table>
</span>
<span id="iceWaterSubMenu" onMouseOver="overMenu=true" onMouseOut="overMenu=false" style="position : absolute; left: 492px; top: 141px;
font-size : 9px;
font-family : Arial, Helvetica, sans-serif;
text-decoration: none;
color : #FFFFFF; width: 127px; height: 58px; z-index: 10; visibility: hidden">
<table width="126" border="0" cellpadding="3" cellspacing="0" bgcolor="#000000">
<tr>
<td>
<a href="iw12.htm"><font color="#FFFFFF" size="1">12 Series</font></a><br>
<a href="iw25.htm"><font color="#FFFFFF" size="1">25 Series</font></a><br>
<a href="iw50.htm"><font color="#FFFFFF" size="1">50 Series</font></a><br>
<a href="iw110.htm"><font color="#FFFFFF" size="1">110 Series</font></a><br>
</td>
</tr>
</table>
</span>
<span id="iceBevMenu" onMouseOver="overMenu=true" onMouseOut="overMenu=false" style="position : absolute; left: 499px; top: 141px; width: 142px; height: 58px; z-index: 5;
font-size : 12px;
font-family : Arial, Helvetica, sans-serif;
text-decoration: none;
color : #FFFFFF; visibility: hidden">
<table width="142" border="0" cellpadding="3" cellspacing="0" bgcolor="#000000">
<tr>
<td>
<b><a href="ibu155.htm"><font color="#FFFFFF" size="1">U155
Series</font></a></b></td></tr>
<tr><td>
<b><a href="ibu300.htm"><font color="#FFFFFF" size="1">U300
Series</font></a></b></td></tr>
<tr><td>
<b><a href="iwbacc.htm"><font color="#FFFFFF" size="1">Dispenser
Accessories</font></a></b></td></tr>
</table>
</span>