K
KatjaNowak
Hallo,
ich hätte gerne ein Menü, bei dem die Listenpunkte beim Drüberfahren mit der Maus ebenfalls die Farbe wechseln. Geht das?
.menu a{color:#fff;font-size:11pt;padding:0px;margin:0px;}
.current a{color:#cc6633;font-size:11pt;text-decoration: none}
.menu a:hover{text-decoration: none;color:#cc6633;}
ul {list-style-type:disc;color: white; margin-left:20px;}
ul a {
display:block;
color: #cc6633;
list-style-type:disc;
width:100%;
}
ul li a:hover{
color: #cc6633;
}
Das ist mein letzter Versuch...(
Viele Grüße,
Katja
ich hätte gerne ein Menü, bei dem die Listenpunkte beim Drüberfahren mit der Maus ebenfalls die Farbe wechseln. Geht das?
.menu a{color:#fff;font-size:11pt;padding:0px;margin:0px;}
.current a{color:#cc6633;font-size:11pt;text-decoration: none}
.menu a:hover{text-decoration: none;color:#cc6633;}
ul {list-style-type:disc;color: white; margin-left:20px;}
ul a {
display:block;
color: #cc6633;
list-style-type:disc;
width:100%;
}
ul li a:hover{
color: #cc6633;
}
Das ist mein letzter Versuch...(
Viele Grüße,
Katja