[thelist] [the list] Netscape 4.7 table troubles

Janet Nabring-Stager jnabring at yahoo.com
Tue Jul 17 11:14:29 CDT 2001


Hello,
Apologies in advance if this has been covered before; I could not
find anything closely related to my problem in the archives.
Normally, I do my minimal design for our intranet and everyone must
use IE.  However, we may have outside access to our intranet sometime
soon, which means Netscape is in my future (arrgh).
So, I'm doing a redesign of our home page and trying to get a table
to flow across the top of the entire page.  This works find in IE,
but I have a white gap on the righthand side of the table in Netscape
4.76.
I'm using percentages and I've adjusted all the percentages to add up
to 100% and the table width is set at 100%.  Would the code in the
mouseovers cause this?  I don't think so, but I'm at my wits end and
really want to know what's up with this....
Here's what the code for the table looks like; if more of the code is
needed, please let me know:

<body bgcolor="#FFFFFF" text="#000000"
onLoad="MM_preloadImages('images/departments_up.gif','images/documents_up.gif','images/hot_topics_up.gif','images/home_up.gif','images/staff_directory_up.gif','images/just_for_fun_up.gif')"
vlink="#666666" leftmargin="0" topmargin="0" marginwidth="0"
marginheight="0" rightmargin="0">
<table width="100%" cellpadding="0" cellspacing="0" border="0"
bgcolor="#336699" height="35" align="center">
  <tr> 
    <td width="10%" height="34"> 
      <div align="center"><a href="http://connections"
onMouseOut="MM_swapImgRestore()"
onMouseOver="MM_swapImage('home_rollover','','images/home_up.gif',1)"
target="_top"><img name="home_rollover" border="0"
src="images/home.gif" width="50" height="12"></a></div>
    </td>
    <td width="21%" height="34"> 
      <div align="center"><a
href="http://connections/Directory/Directory.asp"
onMouseOut="MM_swapImgRestore()"
onMouseOver="MM_swapImage('staff_directory_rollover','','images/staff_directory_up.gif',1)"
target="mainFrame"><img name="staff_directory_rollover" border="0"
src="images/staff_directory.gif" width="105" height="12"></a></div>
    </td>
    <td width="18%" height="34"> 
      <div align="center"><a
href="http://connections/Departments/deptspage.htm"
onMouseOut="MM_swapImgRestore()"
onMouseOver="MM_swapImage('departments_rollover','','images/departments_up.gif',1)"
target="mainFrame"><img name="departments_rollover" border="0"
src="images/departments.gif" width="90" height="12"></a></div>
    </td>
    <td width="17%" height="34"> 
      <div align="center"><a
href="http://connections/Documents/docs.htm"
onMouseOut="MM_swapImgRestore()"
onMouseOver="MM_swapImage('documents_rollover','','images/documents_up.gif',1)"
target="mainFrame"><img name="documents_rollover" border="0"
src="images/documents.gif" width="80" height="12"></a></div>
    </td>
    <td width="17%" height="34"> 
      <div align="center"><a
href="http://connections/cgi-bin/Ultimate.cgi?action=intro"
onMouseOut="MM_swapImgRestore()"
onMouseOver="MM_swapImage('hot_topics_rollover','','images/hot_topics_up.gif',1)"
target="mainFrame"><img name="hot_topics_rollover" border="0"
src="images/hot_topics.gif" width="80" height="12"></a></div>
    </td>
    <td width="17%" height="34" align="center"> 
      <div align="center"><a
href="http://connections/JustForFun/fun_062501.htm"
onMouseOut="MM_swapImgRestore()"
onMouseOver="MM_swapImage('just_for_fun_rollover','','images/just_for_fun_up.gif',1)"
target="mainFrame"><img name="just_for_fun_rollover" border="0"
src="images/just_for_fun.gif" width="90" height="12"></a></div>
    </td>
    
  </tr>
</table>

TIA-


=====
Janet Nabring-Stager
http://www10.ewebcity.com/jnabring

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/




More information about the thelist mailing list