hi,
I am trying to insert an image (iearlg2.gif) as a link on the left nav bar of this page:
http://arts.rpi.edu/index02.php
It looks correct in Safari, but it is one pixel off in Firefox, and completely off in Internet Explorer..
It is supposed to be at the bottom of the list on the left
It might have something to do with the .css, but i'm not assigning a class to the image (iearlg2.gif), so im not sure.. please help! thanks, conglomco
here is part of the code that is included for the navbar:
<?php
} else {
/// not logged in, make the button bring
/// up the login window
?>
<tr>
<td align="left" colspan="2"><a href="/login.php"
onclick="showloginwindow(); return false;"
onmouseover="lnav_on('inside');"
onmouseout="lnav_off('inside');"><img alt=""
src="/images/v3/gray.gif" id="lnav_inside"
border="0" width="20" height="20"></a></td>
<td><img alt="" src="/images/v3/blank.gif" border="0" width="2" height="1"></td>
<td align="left"><a href="/login.php"
onclick="showloginwindow(); return false;"
onmouseover="lnav_on('inside');"
onmouseout="lnav_off('inside');"><span
class="leftnavtext" id="lnavtext_inside">inside arts.</span></a></td>
</tr>
<?php
}
?>
</table>
<A HREF="http://arts.rpi.edu/content/events.html"><img alt="" src="/images/v3/iearlg2.gif"
border="0" width="86" height="104" valign="bottom" align="left"></A>