Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dhtml and Netscape

Status
Not open for further replies.

denysefu

Programmer
Jul 2, 2003
13
US
HI,
I have made dhtml button with layer going down when you roll over the button. It work perfectly on explorer but Netscape doesn't seem to support it. Can it be fixed orIs there another way i could do it
Thank you
Denysefu

 
post the code

> need more info?
:: don't click HERE ::
 
Here is the code

<td width=&quot;90&quot; background=&quot;images/bienvenue.gif&quot; bgcolor=&quot;#FFFFFF&quot; onMouseOver=&quot;showmenu('Bienvenue')&quot; onMouseOut=&quot;hidemenu('Bienvenue')&quot;> <br />
<table class=&quot;menu&quot; id=&quot;Bienvenue&quot; width=&quot;90&quot;>

<tr>
<td class=&quot;menu&quot;><a href=&quot;index.html&quot;>Bienvenue</a></td>
</tr><tr>
<td bgcolor=&quot;#FFFFCC&quot;><a href=&quot;html/presidente.html&quot;>Mot
de la présidente</a></td>
</tr>
<tr>
<td class=&quot;menu&quot;><a href=&quot;html/directeur.html&quot;>Mot
du directeur général</a></td>
</tr>
<tr>
<td class=&quot;menu&quot;><a href=&quot;html/mission.html&quot;>Mission & Historique</a></td>
</tr>
<tr>
<td class=&quot;menu&quot;><a href=&quot;html/profil.html&quot;>Profil
de l'association</a></td>
</tr>
</table>
</td>

I hope you can help, thank you very much
Denysefu
 
this is just a table+layer section...I am guessing u have the JS applied for &quot;Netscape fix&quot; at the top...remove it and u should be ok.
All the best!

> need more info?
:: don't click HERE ::
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top