mediengestalter.info
FAQ :: Mitgliederliste :: MGi Team

Willkommen auf dem Portal für Mediengestalter

Aktuelles Datum und Uhrzeit: Di 23.04.2024 17:22 Benutzername: Passwort: Auto-Login

Thema: Div css popupmenü wird verdeckt... :( vom 25.09.2007


Neues Thema eröffnen   Neue Antwort erstellen MGi Foren-Übersicht -> Allgemeines - Nonprint -> Div css popupmenü wird verdeckt... :(
Autor Nachricht
denise2302
Threadersteller

Dabei seit: 12.09.2006
Ort: Leipzig
Alter: 34
Geschlecht: Weiblich
Verfasst Di 25.09.2007 16:12
Titel

Div css popupmenü wird verdeckt... :(

Antworten mit Zitat Zum Seitenanfang

Hey... hab mal wieder ein Problem!
Ich hab jetzt für eine Seite ein popupmenu mit css erstellt... aber der div wird nun verdeckt, entweder von dem content-div, oder von der tabelle, die im content ist, ich weiß es nicht... mit z-index klappt nicht, hab ich schon probiert... hier is mal ein link www.siriusmedia.de/neu/agt_profil.php

hier css:

Code:

body {
  width: 100%; height: 100%;
  margin: 0px; padding: 0px; border: 0px;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 10px;
  text-align: justify;
  color: #0079a4;
  line-height: 15px;
  background: #bedce7;
  overflow: -moz-scrollbars-vertical;
}

a.link { color: #0079a4; text-decoration: none }
a.visited { color:#0079a4; text-decoration: none }
a.hover { color: #ffffff; text-decoration: none;  }
a.active { color: #0079a4; text-decoration: none; }

a.menu:link { color: #bedce7; text-decoration: none }
a.menu:visited { color:#bedce7; text-decoration: none }
a.menu:hover { color: #0079a4; text-decoration: none;  }
a.menu:active { color: #bedce7; text-decoration: none; }

#wrapper {
  width: 650px;
  margin: 0px auto;
  background: #FFFFFF;
}

#oben {
  width: 650px;
  height: 175px;
  margin: 0;
  padding-bottom: 0; padding-left: 0px; padding-right: 0px; padding-top: 0px;
  background: #bedce7;
}

#menu {
  width: 650px;
  height: 25px;
  margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;
  padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;
  background: bedce7;
  position: inherit;
  z-index:1000;
}

#content { 
  width: 650px;
  height: 100%;
  margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;
  padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;
  background-color: #ffffff;
  position: inherit;
  z-index: 1;
}

#footer {
  width: 650px;
  height: 20px;
  margin: 0;
  padding: 0;
  background-color: 0079a4;
}

#boxagt { width:55px; height: 15px; padding:5px; font-size:12px; }
#boxagt .blendagt { display: none; }
#boxagt:hover .blendagt { width: 105px; padding:5px; margin: 0px; background:#ffffff; border-style: solid; border-width: 1px; border-color: #0079a4; display: block; }

#boxport {  width:65px; height: 15px; padding:5px; font-size:12px; }
#boxport .blendport { display: none; }
#boxport:hover .blendport { width: 95px; padding:5px; margin: 0px; background:#ffffff; border-style: solid; border-width: 1px; border-color: #0079a4; display: block; }

#boxref {  width:65px; height: 15px; padding:5px; font-size:12px; }
#boxref .blendref { display: none; }
#boxref:hover .blendref { width: 105px; padding:5px; margin: 0px; background-color:#ffffff; border-style: solid; border-width: 1px; border-color: #0079a4; display: block; }


*Schnief* * Ich geb auf... *
  View user's profile Private Nachricht senden
sahnemuh

Dabei seit: 19.06.2003
Ort: /dev/null
Alter: 42
Geschlecht: Männlich
Verfasst Di 25.09.2007 16:30
Titel

Antworten mit Zitat Zum Seitenanfang

Code:

#boxagt { width:55px; height: 15px; padding:5px; font-size:12px; position: relative; }
#boxagt .blendagt { display: none; }
#boxagt:hover .blendagt { width: 105px; padding:5px; margin: 0px; background:#ffffff; border-style: solid; border-width: 1px; border-color: #0079a4; display: block; position: absolute; z-index: 999; }

#boxport {  width:65px; height: 15px; padding:5px; font-size:12px; position: relative; }
#boxport .blendport { display: none; }
#boxport:hover .blendport { width: 95px; padding:5px; margin: 0px; background:#ffffff; border-style: solid; border-width: 1px; border-color: #0079a4; display: block; position: absolute; z-index: 999; }

#boxref {  width:65px; height: 15px; padding:5px; font-size:12px; position: relative; }
#boxref .blendref { display: none; }
#boxref:hover .blendref { width: 105px; padding:5px; margin: 0px; background-color:#ffffff; border-style: solid; border-width: 1px; border-color: #0079a4; display: block; position: absolute; z-index: 999; }

  View user's profile Private Nachricht senden
Anzeige
Anzeige
denise2302
Threadersteller

Dabei seit: 12.09.2006
Ort: Leipzig
Alter: 34
Geschlecht: Weiblich
Verfasst Di 25.09.2007 16:46
Titel

Antworten mit Zitat Zum Seitenanfang

SUPER danke! es klappt...
aber nun sind menüs im ie7 neben den links... kann da mal jemand schauen? wie bekomm ich das weg? die sollen nich daneben sondern untereinander sein... im ff klappts... doofer ie! * Nee, nee, nee *
  View user's profile Private Nachricht senden
 
Ähnliche Themen 2 fragen(popupmenü/scrollleiste)
Scrollbar wird verdeckt vom DIV
hover effekt verdeckt hintergrundgrafik
Flashbanner verdeckt Dropdown Menü - wie Attribut einfügen?
Navigation über DHTML Slider wird verdeckt
[Flash] MC verdeckt MCs darunter, aber nur die Sicht, nicht
Neues Thema eröffnen   Neue Antwort erstellen
MGi Foren-Übersicht -> Allgemeines - Nonprint


Du kannst keine Beiträge in dieses Forum schreiben.
Du kannst auf Beiträge in diesem Forum nicht antworten.
Du kannst an Umfragen in diesem Forum nicht mitmachen.