jonkemm
08-10-2006, 02:41 PM
Hi Guys & Gals,
I have a problem with the Floating Menu Script, it doesn't start at the same height in Firefox & IE 6.
Here's the page I'm using on DD:
http://www.dynamicdrive.com/dynamicindex1/staticmenu.htm
Here's the page I'm working on:
http://www.o2designs.co.uk/atlantisnightclub.co.uk/atlantis_information/pub2club.asp
It looks fine in Firefox, but is too low in IE6.
Am I being dumb?
I've tried to convert the script to enable me to use two different heights but failed miserably.
This is what I tried:
var navVer = navigator.appVersion;
if((navigator.appName=="Netscape") && (parseInt(navigator.appVersion)==4))
{
startY = 440;
}
else
{
startY = 478;
}
It seemed to be reasonable, but it stops the menu sliding...
Jk
I have a problem with the Floating Menu Script, it doesn't start at the same height in Firefox & IE 6.
Here's the page I'm using on DD:
http://www.dynamicdrive.com/dynamicindex1/staticmenu.htm
Here's the page I'm working on:
http://www.o2designs.co.uk/atlantisnightclub.co.uk/atlantis_information/pub2club.asp
It looks fine in Firefox, but is too low in IE6.
Am I being dumb?
I've tried to convert the script to enable me to use two different heights but failed miserably.
This is what I tried:
var navVer = navigator.appVersion;
if((navigator.appName=="Netscape") && (parseInt(navigator.appVersion)==4))
{
startY = 440;
}
else
{
startY = 478;
}
It seemed to be reasonable, but it stops the menu sliding...
Jk