probleme mit versteckten Containern für ein Aufklappmenue

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • probleme mit versteckten Containern für ein Aufklappmenue

    Hallo,
    ich habe ein Problem mit versteckten Containern. Ich möchte sie relativ positionieren. Leider nehmen die Container auch wenn Sie versteckt sind, platz in anspruch, sodass alles nach untern verschoben wird. Wie kann ich das Problem lösen?

  • #2
    display:none?

    Kommentar


    • #3
      schein nur ein problem von ie zu sein

      wie aber verwende ich "display:none" wo muss ich es einfügen

      Kommentar


      • #4
        ok bin weiter gekommen

        nur ein problem noch: wie kann ich die Container wieder sichtbar machen
        sie sollen ja als menue eingeblendet werden.

        Kommentar


        • #5
          display:block?
          Die Zeit hat ihre Kinder längst gefressen

          Kommentar


          • #6
            hab hier einen container, wo muss...

            ich jetzt veranlassen, dass display:block gilt und nicht display:none

            <div id="menu1Container" style="display:none;"><div id="menu1Content" class="navigation1">
            <table border="0" cellpadding="0" cellspacing="0" class="navigationshow">
            <tr onClick="location.href='satzung.php'" onmouseover="style.backgroundColor='#999999'; style.color='#ffffff';" onmouseout="style.backgroundColor='#ffffff'; style.color='#212121';" bgcolor="#ffffff">
            <td width="160" style="cursorointer;">&nbsp;&nbsp;&nbsp;Satzung</td>
            </tr>
            <tr onClick="location.href='mitgliedwerden.php'" onmouseover="style.backgroundColor='#999999'; style.color='#ffffff';" onmouseout="style.backgroundColor='#ffffff'; style.color='#212121';" bgcolor="#ffffff">
            <td width="160" style="cursorointer;">&nbsp;&nbsp;&nbsp;Mitglied werden</td>
            </tr>
            <tr onClick="location.href='veranstaltungen.php'" onmouseover="style.backgroundColor='#999999'; style.color='#ffffff';" onmouseout="style.backgroundColor='#ffffff'; style.color='#212121';" bgcolor="#ffffff">
            <td width="160" style="cursorointer;">&nbsp;&nbsp;&nbsp;Veranstaltungen</td>
            </tr>
            <tr onClick="location.href='kontakte.php'" onmouseover="style.backgroundColor='#999999'; style.color='#ffffff';" onmouseout="style.backgroundColor='#ffffff'; style.color='#212121';" bgcolor="#ffffff">
            <td width="160" style="cursorointer;">&nbsp;&nbsp;&nbsp;Kontakte</td>
            </tr>
            </table></div></div>

            Kommentar

            Lädt...
            X