I seem to be having a bit of difficulty with a javascript drop down
menu.
The line variable,
var TargetLoc='ddme nu'; ,does not work in Netscape version 4?
If I take out 'ddmenu' and just declare the variables to start top and
start left I have no problem displaying it in both IE 5 + and Netscape
4 +. Although it does not line up the same in IE and Netscape.
Var TargetLoc='ddme nu'; // Does Netscape not read this variable
Thanks in advance,
menu.
The line variable,
var TargetLoc='ddme nu'; ,does not work in Netscape version 4?
If I take out 'ddmenu' and just declare the variables to start top and
start left I have no problem displaying it in both IE 5 + and Netscape
4 +. Although it does not line up the same in IE and Netscape.
Var TargetLoc='ddme nu'; // Does Netscape not read this variable
Thanks in advance,
Comment