Positioning Menu

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jea
    New Member
    • Jan 2007
    • 11

    Positioning Menu

    Hi again,
    Now I am back after the excellent support I met yesterday. The dropdown-problem you helped me with functions very neat, but so I run inte another problem when this script shall run with a navigation. The output from the dropdown-script hides the submenu, Take a look at a heavily stripped indexfile:

    www.jea.se/index_stripped. php

    As you can see the submeny hides behind the form.

    Here is the code for index_stripped. php:

    [HTML]<body>
    <div id="hela">
    <div class="navconta iner">
    <ul class="navlist" onMouseOver="sh owHideLayer(sho w=true, sub_id='sub_1') " onMouseOut="sho wHideLayer(show =false)"> <li><a href="#" id="current">Mi na grejor</a></li>
    <span class="navsubbo x" id="sub_1"> <li><a href="./aa/TJxupdek.php">F örare/hund</a></li>
    <li><a href="#">Avgift er</a></li>
    <!--li><a href="./aa/TJxavgb.php">&n bsp;&nbsp;Summe ring</a></li-->
    <li><a href="./aa/TJxnyb.php">&nb sp;&nbsp;Inbeta lning</a></li>
    </span>
    </ul>
    </div>
    <div class="navconta iner">
    <ul class="navlist" onMouseOver="sh owHideLayer(sho w=true, sub_id='sub_2') " onMouseOut="sho wHideLayer(show =false)">
    <li><a href="#" id="current">Ad min</a></li>
    <span id="sub_2" class="navsubbo x">
    <li><a href="./aa/TJxupdekiadm.ph p" target="_blank" >Förare/hund/adm</a></li>
    </span>
    </ul>
    </div>
    <div id="main">
    <div id="mainV">
    [PHP]include "./aa/eventpagang.php "; [/PHP] <== this is the dropdownscript
    </div>
    </div>
    </div>
    </body>[/HTML]

    thanks!
    jea
    Sweden
  • b1randon
    Recognized Expert New Member
    • Dec 2006
    • 171

    #2
    Originally posted by jea
    Hi again,
    Now I am back after the excellent support I met yesterday. The dropdown-problem you helped me with functions very neat, but so I run inte another problem when this script shall run with a navigation. The output from the dropdown-script hides the submenu, Take a look at a heavily stripped indexfile:

    www.jea.se/index_stripped. php

    As you can see the submeny hides behind the form.

    Here is the code for index_stripped. php:

    [HTML]<body>
    <div id="hela">
    <div class="navconta iner">
    <ul class="navlist" onMouseOver="sh owHideLayer(sho w=true, sub_id='sub_1') " onMouseOut="sho wHideLayer(show =false)"> <li><a href="#" id="current">Mi na grejor</a></li>
    <span class="navsubbo x" id="sub_1"> <li><a href="./aa/TJxupdek.php">F örare/hund</a></li>
    <li><a href="#">Avgift er</a></li>
    <!--li><a href="./aa/TJxavgb.php">&n bsp;&nbsp;Summe ring</a></li-->
    <li><a href="./aa/TJxnyb.php">&nb sp;&nbsp;Inbeta lning</a></li>
    </span>
    </ul>
    </div>
    <div class="navconta iner">
    <ul class="navlist" onMouseOver="sh owHideLayer(sho w=true, sub_id='sub_2') " onMouseOut="sho wHideLayer(show =false)">
    <li><a href="#" id="current">Ad min</a></li>
    <span id="sub_2" class="navsubbo x">
    <li><a href="./aa/TJxupdekiadm.ph p" target="_blank" >Förare/hund/adm</a></li>
    </span>
    </ul>
    </div>
    <div id="main">
    <div id="mainV">
    [PHP]include "./aa/eventpagang.php "; [/PHP] <== this is the dropdownscript
    </div>
    </div>
    </div>
    </body>[/HTML]

    thanks!
    jea
    Sweden
    Oh gosh. This is a horrible terrible bug to fix. I'll link you to a page where they have a solution that works: here. This is an IE bug that applies only to versions prior to 7. It does take a bunch of work to implement. I personally have had success but lost a lot of hair over it.

    Comment

    • jea
      New Member
      • Jan 2007
      • 11

      #3
      I walked around the problem by placing a calendar below the menu, and the select below the calendar. Simply, they changed positions.
      Thank you anyway!

      Comment

      • b1randon
        Recognized Expert New Member
        • Dec 2006
        • 171

        #4
        Originally posted by jea
        I walked around the problem by placing a calendar below the menu, and the select below the calendar. Simply, they changed positions.
        Thank you anyway!
        No problem. It is just a bugger of a problem to fix so if a redesign is possible it will save a ton of work!

        Comment

        Working...