Moin!
Hätte da eine Frage:
Wie kann man bei einem Container-RollOver das ganze Div ändern?
Also die Hintergrundfarbe soll weiss werden.
Hier sind meine bisherigen Codes:
[html]
Der dazugehörige Stylesheet:
/* Menü */
div.menu {
border:1px solid black;
}
.menu {
color: #000000;
font-size: 13px;
}
a.menu:link, a.menu:active, a.menu:visited {
text-decoration: none;
font-size: 13px;
display:block;
}
a.menu:hover {
text-decoration:none;
background-color:#ffffff;
font-weight:bold;
display:block;
color:#000000;
font-size: 13px;
}
Ich dachte irgendwie so, aber das geht natürlich nicht :mrgreen:
a.menu:hover {
text-decoration:none;
background-color:#ffffff;
font-weight:bold;
display:block;
color:#000000;
font-size: 13px;
div.menu {
background-color:ffffff;
}
}
Hat jemand 'ne Idee/Lösung?
MfG, matibaski