| Autor |
Nachricht |
denise2302
Threadersteller
Dabei seit: 12.09.2006
Ort: Leipzig
Alter: 22
Geschlecht:
|
Verfasst Di 25.09.2007 16:12
Titel Div css popupmenü wird verdeckt... :( |
 |
|
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; }
|
|
|
| |
|
 |
| |
|
 |
sahnemuh
Dabei seit: 19.06.2003
Ort: /dev/null
Alter: 30
Geschlecht:
|
Verfasst Di 25.09.2007 16:30
Titel
|
 |
|
| 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; }
|
|
|
| |
|
 |
denise2302
Threadersteller
Dabei seit: 12.09.2006
Ort: Leipzig
Alter: 22
Geschlecht:
|
Verfasst Di 25.09.2007 16:46
Titel
|
 |
|
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!
|
|
| |
|
 |
| |
|
 |
| Ähnliche Themen |
Scrollbar wird verdeckt vom DIV
CSS Frage : Body div /div div ?
2 fragen(popupmenü/scrollleiste)
CSS - DIV scrollen
CSS - was ist ein div-container?
[CSS] DIV ausrichten
|
 |