[thelist] netscape problem ! (help)

Gerenday, Perry (P.) pgerenda at visteon.com
Thu Nov 15 10:47:06 CST 2001


-----Original Message-----
From: Stéphane Gosselin [mailto:stef at cfusions.com]
 

<snip>

 > Ok. I have this funky netscape prob. driving me up the wall. 
 > Netscape 4 
 > insists on lining up the images  in a vertical manner.Check it out:
 > 
 > http://www.cfusions.com/cv_new/index.php?theme=nuit&ville=st-hya

</snip>

Hi Stéphane,

Is this your HTML for the menu bar? If it is, I would hardcode the width
value for the table. Netscape has no idea how wide you want the table, so it
just lines the cells up, one below the other - no wider than the content in
each cell. 

<!-- TABLE QUI CONTIENT LE MENU DE GAUCHE-->
<table cellspacing="0" cellpadding="0" border="0">
  <tr>   <!-- Cette cellulle decolle le menu du bord gauche -->
    <td><img src="st-hya/images/spacer.gif" width="18" 
             height="1" border="0" alt=""></td>
    <td>
      <a href="index.php?theme=nuit&cible=accueil"
      onmouseover="changeImages('smnu1', 'images/themenuit/smno1.gif');
        return true;"
      onmouseout="changeImages('smnu1', 'images/themenuit/smnu1.gif');
        return true;">
      <img name="smnu1" src="images/themenuit/smnu1.gif" border=0></a>
    <br><br>...

HTH

Perry Gerenday
www.virtually-artistic.com


      




More information about the thelist mailing list