Javascript drop down menus

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Steve

    Javascript drop down menus

    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,
  • Steve

    #2
    Re: Java drop down menus

    Lee <REM0VElbspamtr [email protected]> wrote in message news:<bdl38u015 [email protected]. com>...[color=blue]
    > techadmin@shaw. ca said:[color=green]
    > >
    > >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[/color]
    >
    > The lines:
    >
    > Var TargetLoc='ddme nu';
    > and:
    > var TargetLoc='ddme nu';
    >
    > are different in a very important way.[/color]

    Sorry that was a Cap typo, should read 'var'
    I know the problem is related to the DDmenu being placed in a table
    <table> as opposed to a layer <DIV> tag. Once I placed it into a layer
    <DIV> it has worked fne although it, does not always line up right in
    Netscape at least it now shows, Thanks.

    Comment

    Working...