Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

javascript menus not appearing in their layer except in ie

Options
  • 30-12-2004 1:07am
    #1
    Closed Accounts Posts: 5,284 ✭✭✭


    Here's the code:

    [HTML]<div id="menu layer" style="position:absolute; width:596px; left: 161px; height:18px; top: 11px; z-index:1">
    <script language="JavaScript1.2" src="../scripts_and_stylesheets/coolmenus4.js">
    </script>
    <script language="JavaScript1.2" src="../scripts_and_stylesheets/content_menusb.js">
    </script>
    </div> [/HTML]

    here's the page (this is very much in development just showing it to show the effect I'm after)

    http://peterdungan.net

    open it in ie and it looks like I want it to
    open it in firefox or opera and the menus appear in the top left, not in the div layer.
    why's that?


Comments

  • Closed Accounts Posts: 5,284 ✭✭✭pwd


    I was neglecting to set a property in the menu script to set its position. Know how to fix it now.


Advertisement