LindaM
03-27-2006, 06:19 PM
I'm having trouble with viewing a Dynamic Drive drop down menu on Foxfire. I am unsure of the exact menu - it was provided by my IT department and the code simply says Drop Down Menu. It can be found on our web site, www.scscu.com.
When viewing on Foxfire, the drop menu background appears transparent. The background for the entire menu is a maroon gif image, so the background needs to appear white in order to read the text. IE works fine. I'm assuming the problem is in the following coding?
<div id=dropmenu1
style="position:absolute;left:0;top:0;layer-background-color=#FFFFFF;background-color=#FFFFFF;width:130;visibility:hidden;border:1px solid black;padding:0px; z-index:100">
<script language="JavaScript1.2">
if (document.all)
dropmenu1.style.padding="4px"
for (i=0;i<menu2.length;i++)
document.write(menu2[i])
</script>
</div>
<script language="JavaScript1.2">
if (document.layers){
document.dropmenu1.captureEvents(Event.CLICK)
document.dropmenu1.onclick=hidemenu
}
</script>
Also, on Foxfire, the menu appears to be double spaced and the gif image has been automatically re-sized to fit the entire length of the page. How can I correct this? Perhaps this coding will help:
<body bgcolor="#FFFFFF" topmargin="0" leftmargin="0" link="#800000" vlink="#333333" alink="#800000">
<TABLE id=AutoNumber1
style="BORDER-RIGHT: 0px none; BORDER-COLLAPSE: collapse; border-left-width:0; border-top-width:0; border-bottom-width:0" height=327
Padding=2 width=140 background="graphics/backgrnd307.gif">
<TR>
<TD width="140" height=327 valign="top" background="graphics/backgrnd307.gif" width="140" height="307">
<script language="JavaScript1.2">
//reusable/////////////////////////////
//Drop down menu by http://www.dynamicdrive.com
I am a marketing person with limited html knowledge and most of that via using Frontpage. Please speak slowly for me!
Many thanks for any help and suggestions.
Linda
When viewing on Foxfire, the drop menu background appears transparent. The background for the entire menu is a maroon gif image, so the background needs to appear white in order to read the text. IE works fine. I'm assuming the problem is in the following coding?
<div id=dropmenu1
style="position:absolute;left:0;top:0;layer-background-color=#FFFFFF;background-color=#FFFFFF;width:130;visibility:hidden;border:1px solid black;padding:0px; z-index:100">
<script language="JavaScript1.2">
if (document.all)
dropmenu1.style.padding="4px"
for (i=0;i<menu2.length;i++)
document.write(menu2[i])
</script>
</div>
<script language="JavaScript1.2">
if (document.layers){
document.dropmenu1.captureEvents(Event.CLICK)
document.dropmenu1.onclick=hidemenu
}
</script>
Also, on Foxfire, the menu appears to be double spaced and the gif image has been automatically re-sized to fit the entire length of the page. How can I correct this? Perhaps this coding will help:
<body bgcolor="#FFFFFF" topmargin="0" leftmargin="0" link="#800000" vlink="#333333" alink="#800000">
<TABLE id=AutoNumber1
style="BORDER-RIGHT: 0px none; BORDER-COLLAPSE: collapse; border-left-width:0; border-top-width:0; border-bottom-width:0" height=327
Padding=2 width=140 background="graphics/backgrnd307.gif">
<TR>
<TD width="140" height=327 valign="top" background="graphics/backgrnd307.gif" width="140" height="307">
<script language="JavaScript1.2">
//reusable/////////////////////////////
//Drop down menu by http://www.dynamicdrive.com
I am a marketing person with limited html knowledge and most of that via using Frontpage. Please speak slowly for me!
Many thanks for any help and suggestions.
Linda