mozilla drop down
- dhru
- Born


- Joined: Mar 16, 2004
- Posts: 1
- Status: Offline
I am new to this drop down menu, but does anyone know how to make this work in mozilla??
Dhru
Code: [ Select ]
<HTML>
<HEAD>
<TITLE>
</TITLE>
<STYLE>
A:Hover { color:steelblue; background-color:black; text-decoration:none; font-size: 10pt; font-family: Verdana, Arial }
A { color:royalblue; text-decoration:none; font-size: 10pt; font-family: Verdana, Arial }
</STYLE>
<SCRIPT LANGUAGE="Javascript">
ie4 = ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 ))
ns4 = ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 4 ))
if (ns4) {
layerRef="document.layers";
styleRef="";
} else {
layerRef="document.all";
styleRef=".style";
}
function openDropdown(Dropdown)
{
eval(layerRef + '["' + Dropdown +'"]' + styleRef + '.visibility = "visible"');
}
function closeDropdown(Dropdown)
{
eval(layerRef + '["' + Dropdown +'"]' + styleRef + '.visibility = "hidden"');
}
</SCRIPT>
</HEAD>
<BODY bgColor=#0088CA text=#000000>
<CENTER>
<table border=0 cellspacing=0 cellpadding=0>
<TR valign=top>
<TD>
<DIV STYLE="background-color:silver; width:220" onmouseover="openDropdown('div1')" onmouseout="closeDropdown('div1')">
<CENTER><a href=# onmouseover="openDropdown('div1')" onmouseout="closeDropdown('div1')">Biographies</a></CENTER>
</DIV>
<DIV id="div1" onmouseover="openDropdown('div1')" onmouseout="closeDropdown('div1')" style="position:relative; layer-background-color:silver; background-color:silver; width:220; border-width:thin; border-color:white; border-style: groove; visibility: hidden">
<table cellpadding="0" cellspacing="0" width="220" border="0">
<tr><td height="15" width="220">
<a href="#" onmouseover="openDropdown('div1')" onmouseout="closeDropdown('div1')">Sarah
Michelle Gellar</a><br></td></tr>
<tr><td height="15" width="220">
<a href="#" onmouseover="openDropdown('div1')" onmouseout="closeDropdown('div1')">Nicholas
Brendon</a><br></td></tr>
<tr><td height="15" width="220">
<a href="#" onmouseover="openDropdown('div1')" onmouseout="closeDropdown('div1')">David
Boreanaz</a><br></td></tr>
</table>
</DIV>
</TD>
<TD>
<DIV STYLE="background-color:silver; width:140" onmouseover="openDropdown('div2')" onmouseout="closeDropdown('div2')">
<CENTER><a href=# onmouseover="openDropdown('div2')" onmouseout="closeDropdown('div2')">Summaries</a></CENTER>
</DIV>
<div id=div2 onmouseover="openDropdown('div2')" onmouseout="closeDropdown('div2')" style="position:relative; layer-background-color:silver; background-color:silver; width:140; border-width:thin; border-color:white; border-style: groove; visibility: hidden">
<a href="#" onmouseover="openDropdown('div2')" onmouseout="closeDropdown('div2')">Season
1</a><br>
<a href="#" onmouseover="openDropdown('div2')" onmouseout="closeDropdown('div2')">Season
2</a><br>
<a href="#" onmouseover="openDropdown('div2')" onmouseout="closeDropdown('div2')">Season
3</a><br>
</DIV>
</TD>
<TD>
<DIV STYLE="background-color:silver; width:140" onmouseover="openDropdown('div3')" onmouseout="closeDropdown('div3')" >
<CENTER><a href=# onmouseover="openDropdown('div3')" onmouseout="closeDropdown('div3')">Gallery</a></CENTER>
</DIV>
<DIV id=div3 onmouseover="openDropdown('div3')" onmouseout="closeDropdown('div3')" style="position:relative; layer-background-color:silver; background-color:silver; width:140; border-width:thin; border-color:white; border-style: groove; visibility: hidden">
<a href="#" onmouseover="openDropdown('div3')" onmouseout="closeDropdown('div3')">Other
Sites</a><br>
<a href="#" onmouseover="openDropdown('div3')" onmouseout="closeDropdown('div3')">Sounds
and Videos</a> </DIV>
</TD>
</TR>
</TABLE>
</CENTER>
</BODY></HTML>
<HEAD>
<TITLE>
</TITLE>
<STYLE>
A:Hover { color:steelblue; background-color:black; text-decoration:none; font-size: 10pt; font-family: Verdana, Arial }
A { color:royalblue; text-decoration:none; font-size: 10pt; font-family: Verdana, Arial }
</STYLE>
<SCRIPT LANGUAGE="Javascript">
ie4 = ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 ))
ns4 = ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 4 ))
if (ns4) {
layerRef="document.layers";
styleRef="";
} else {
layerRef="document.all";
styleRef=".style";
}
function openDropdown(Dropdown)
{
eval(layerRef + '["' + Dropdown +'"]' + styleRef + '.visibility = "visible"');
}
function closeDropdown(Dropdown)
{
eval(layerRef + '["' + Dropdown +'"]' + styleRef + '.visibility = "hidden"');
}
</SCRIPT>
</HEAD>
<BODY bgColor=#0088CA text=#000000>
<CENTER>
<table border=0 cellspacing=0 cellpadding=0>
<TR valign=top>
<TD>
<DIV STYLE="background-color:silver; width:220" onmouseover="openDropdown('div1')" onmouseout="closeDropdown('div1')">
<CENTER><a href=# onmouseover="openDropdown('div1')" onmouseout="closeDropdown('div1')">Biographies</a></CENTER>
</DIV>
<DIV id="div1" onmouseover="openDropdown('div1')" onmouseout="closeDropdown('div1')" style="position:relative; layer-background-color:silver; background-color:silver; width:220; border-width:thin; border-color:white; border-style: groove; visibility: hidden">
<table cellpadding="0" cellspacing="0" width="220" border="0">
<tr><td height="15" width="220">
<a href="#" onmouseover="openDropdown('div1')" onmouseout="closeDropdown('div1')">Sarah
Michelle Gellar</a><br></td></tr>
<tr><td height="15" width="220">
<a href="#" onmouseover="openDropdown('div1')" onmouseout="closeDropdown('div1')">Nicholas
Brendon</a><br></td></tr>
<tr><td height="15" width="220">
<a href="#" onmouseover="openDropdown('div1')" onmouseout="closeDropdown('div1')">David
Boreanaz</a><br></td></tr>
</table>
</DIV>
</TD>
<TD>
<DIV STYLE="background-color:silver; width:140" onmouseover="openDropdown('div2')" onmouseout="closeDropdown('div2')">
<CENTER><a href=# onmouseover="openDropdown('div2')" onmouseout="closeDropdown('div2')">Summaries</a></CENTER>
</DIV>
<div id=div2 onmouseover="openDropdown('div2')" onmouseout="closeDropdown('div2')" style="position:relative; layer-background-color:silver; background-color:silver; width:140; border-width:thin; border-color:white; border-style: groove; visibility: hidden">
<a href="#" onmouseover="openDropdown('div2')" onmouseout="closeDropdown('div2')">Season
1</a><br>
<a href="#" onmouseover="openDropdown('div2')" onmouseout="closeDropdown('div2')">Season
2</a><br>
<a href="#" onmouseover="openDropdown('div2')" onmouseout="closeDropdown('div2')">Season
3</a><br>
</DIV>
</TD>
<TD>
<DIV STYLE="background-color:silver; width:140" onmouseover="openDropdown('div3')" onmouseout="closeDropdown('div3')" >
<CENTER><a href=# onmouseover="openDropdown('div3')" onmouseout="closeDropdown('div3')">Gallery</a></CENTER>
</DIV>
<DIV id=div3 onmouseover="openDropdown('div3')" onmouseout="closeDropdown('div3')" style="position:relative; layer-background-color:silver; background-color:silver; width:140; border-width:thin; border-color:white; border-style: groove; visibility: hidden">
<a href="#" onmouseover="openDropdown('div3')" onmouseout="closeDropdown('div3')">Other
Sites</a><br>
<a href="#" onmouseover="openDropdown('div3')" onmouseout="closeDropdown('div3')">Sounds
and Videos</a> </DIV>
</TD>
</TR>
</TABLE>
</CENTER>
</BODY></HTML>
- <HTML>
- <HEAD>
- <TITLE>
- </TITLE>
- <STYLE>
- A:Hover { color:steelblue; background-color:black; text-decoration:none; font-size: 10pt; font-family: Verdana, Arial }
- A { color:royalblue; text-decoration:none; font-size: 10pt; font-family: Verdana, Arial }
- </STYLE>
- <SCRIPT LANGUAGE="Javascript">
- ie4 = ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 ))
- ns4 = ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 4 ))
- if (ns4) {
- layerRef="document.layers";
- styleRef="";
- } else {
- layerRef="document.all";
- styleRef=".style";
- }
- function openDropdown(Dropdown)
- {
- eval(layerRef + '["' + Dropdown +'"]' + styleRef + '.visibility = "visible"');
- }
- function closeDropdown(Dropdown)
- {
- eval(layerRef + '["' + Dropdown +'"]' + styleRef + '.visibility = "hidden"');
- }
- </SCRIPT>
- </HEAD>
- <BODY bgColor=#0088CA text=#000000>
- <CENTER>
- <table border=0 cellspacing=0 cellpadding=0>
- <TR valign=top>
- <TD>
- <DIV STYLE="background-color:silver; width:220" onmouseover="openDropdown('div1')" onmouseout="closeDropdown('div1')">
- <CENTER><a href=# onmouseover="openDropdown('div1')" onmouseout="closeDropdown('div1')">Biographies</a></CENTER>
- </DIV>
- <DIV id="div1" onmouseover="openDropdown('div1')" onmouseout="closeDropdown('div1')" style="position:relative; layer-background-color:silver; background-color:silver; width:220; border-width:thin; border-color:white; border-style: groove; visibility: hidden">
- <table cellpadding="0" cellspacing="0" width="220" border="0">
- <tr><td height="15" width="220">
- <a href="#" onmouseover="openDropdown('div1')" onmouseout="closeDropdown('div1')">Sarah
- Michelle Gellar</a><br></td></tr>
- <tr><td height="15" width="220">
- <a href="#" onmouseover="openDropdown('div1')" onmouseout="closeDropdown('div1')">Nicholas
- Brendon</a><br></td></tr>
- <tr><td height="15" width="220">
- <a href="#" onmouseover="openDropdown('div1')" onmouseout="closeDropdown('div1')">David
- Boreanaz</a><br></td></tr>
- </table>
- </DIV>
- </TD>
- <TD>
- <DIV STYLE="background-color:silver; width:140" onmouseover="openDropdown('div2')" onmouseout="closeDropdown('div2')">
- <CENTER><a href=# onmouseover="openDropdown('div2')" onmouseout="closeDropdown('div2')">Summaries</a></CENTER>
- </DIV>
- <div id=div2 onmouseover="openDropdown('div2')" onmouseout="closeDropdown('div2')" style="position:relative; layer-background-color:silver; background-color:silver; width:140; border-width:thin; border-color:white; border-style: groove; visibility: hidden">
- <a href="#" onmouseover="openDropdown('div2')" onmouseout="closeDropdown('div2')">Season
- 1</a><br>
- <a href="#" onmouseover="openDropdown('div2')" onmouseout="closeDropdown('div2')">Season
- 2</a><br>
- <a href="#" onmouseover="openDropdown('div2')" onmouseout="closeDropdown('div2')">Season
- 3</a><br>
- </DIV>
- </TD>
- <TD>
- <DIV STYLE="background-color:silver; width:140" onmouseover="openDropdown('div3')" onmouseout="closeDropdown('div3')" >
- <CENTER><a href=# onmouseover="openDropdown('div3')" onmouseout="closeDropdown('div3')">Gallery</a></CENTER>
- </DIV>
- <DIV id=div3 onmouseover="openDropdown('div3')" onmouseout="closeDropdown('div3')" style="position:relative; layer-background-color:silver; background-color:silver; width:140; border-width:thin; border-color:white; border-style: groove; visibility: hidden">
- <a href="#" onmouseover="openDropdown('div3')" onmouseout="closeDropdown('div3')">Other
- Sites</a><br>
- <a href="#" onmouseover="openDropdown('div3')" onmouseout="closeDropdown('div3')">Sounds
- and Videos</a> </DIV>
- </TD>
- </TR>
- </TABLE>
- </CENTER>
- </BODY></HTML>
Dhru
- Anonymous
- Bot


- Joined: 25 Feb 2008
- Posts: ?
- Loc: Ozzuland
- Status: Online
March 16th, 2004, 11:07 am
Page 1 of 1
To Reply to this topic you need to LOGIN or REGISTER. It is free.
Post Information
- Total Posts in this topic: 2 posts
- Users browsing this forum: No registered users and 72 guests
- You cannot post new topics in this forum
- You cannot reply to topics in this forum
- You cannot edit your posts in this forum
- You cannot delete your posts in this forum
- You cannot post attachments in this forum

