iammoe
User
 Fresh Boarder
| Posts: 2 |   | Karma: 0
|
Re:untermenü verschwindet hinter content bei IE - 2007/12/03 20:06
hallo georg,
erstmal vielen danke für deine schnelle hilfe!!! echt super support!!!
den z-index vom header hoch oder überhaupt ein zu setzen war die lösung !!!
habe nur noch ein weiteres problem: wenn du mit der maus über das menu gegangen bist hast du sicherlich gemerkt das der "druckpunkt/hoverpunkt/die habtik" nicht wirklich glücklich gewählt ist... hast du dafür eventuell auch noch eine lösung? denn der aufbau soll so bleiben...
hier die css:
| Code: |
table.moduletable a.topmenu_l0oout, table.moduletable .topmenu_l0oout, a.topmenu_l0oout, .topmenu_l0oout {
text-decoration: none !important;
background: transparent;
}
table.moduletable a.topmenu_l0oover, table.moduletable .topmenu_l0oover, a.topmenu_l0oover, .topmenu_l0oover {
text-decoration: none !important;
background: transparent;
}
table.moduletable div.topmenu_l0iout, table.moduletable .topmenu_l0iout, div.topmenu_l0iout, .topmenu_l0iout {
font-size: 9pt;
font-family: arial,helvetica,sans-serif;
font-weight: lighter;
text-align: center;
text-decoration: none !important;
border-width: 1px;
border-style: solid;
border-color: #cecece;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 6px;
padding-top: 3px;
padding-right: 0px;
padding-bottom: 3px;
padding-left: 3px;
background: #ffffff;
color: #12324D;
}
table.moduletable div.topmenu_l0iover, table.moduletable .topmenu_l0iover, div.topmenu_l0iover, .topmenu_l0iover {
font-size: 9pt;
font-family: arial,helvetica,sans-serif;
font-weight: lighter;
text-align: center;
text-decoration: none !important;
border-width: 1px;
border-style: solid;
border-color: #B61F2E;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 6px;
padding-top: 3px;
padding-right: 0px;
padding-bottom: 3px;
padding-left: 3px;
background: #FFFFFF;
color: #B61F2E;
}
table.moduletable a.topmenu_l1oout, table.moduletable .topmenu_l1oout, a.topmenu_l1oout, .topmenu_l1oout {
position: absolute;
text-decoration: none !important;
background: transparent;
}
table.moduletable a.topmenu_l1oover, table.moduletable .topmenu_l1oover, a.topmenu_l1oover, .topmenu_l1oover {
text-decoration: none !important;
background: transparent;
}
table.moduletable div.topmenu_l1iout, table.moduletable .topmenu_l1iout, div.topmenu_l1iout, .topmenu_l1iout {
font-size: 8pt;
font-family: arial,helvetica,sans-serif;
font-weight: lighter;
text-align: left;
text-decoration: none !important;
border-width: 1px;
border-style: solid;
border-color: #bebebe;
margin-top: 15px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 6px;
padding-top: 3px;
padding-right: 0px;
padding-bottom: 3px;
padding-left: 3px;
background: #ffffff;
color: #12324D;
width: 110px;
}
table.moduletable div.topmenu_l1iover, table.moduletable .topmenu_l1iover, div.topmenu_l1iover, .topmenu_l1iover {
font-size: 8pt;
font-family: arial,helvetica,sans-serif;
font-weight: lighter;
text-align: left;
text-decoration: none !important;
border-width: 1px;
border-style: solid;
border-color: #bebebe;
margin-top: 15px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 6px;
padding-top: 3px;
padding-right: 0px;
padding-bottom: 3px;
padding-left: 3px;
background: #ededed;
color: #B61F2E;
width: 110px;
}
|
danke schonmal, gruß moe
|