mx-compact keine Maus Aktion

Begonnen von erast, 14 Juni 2008, 16:19:06

⏪ vorheriges - nächstes ⏩

0 Mitglieder und 1 Gast betrachten dieses Thema.

erast

Hallo Miteinander

Beim neuen mx-compact Theme ist mir aufgefallen, dass das "hovern"
mit der Maus über den Menu-Text keine Aktion mehr bringt.  :gruebel:

Auch das "0px dottet" gegen den unterstrichenen Text zeigte keine Wirkung.

Erst als ich im style.css ein wenig umstellte funktionierte alles wieder...


------------- original ---------------------- 
a:hover,
a:focus {
   border-bottom: #666666 1px dotted;
   background-color: transparent;
   color: #99CC33;
   text-decoration: none;
}

a:active, a:link, a:visited {
   border-bottom: #666666 1px dotted;
   background-color: transparent;
   color: #666666;
   text-decoration: none;

------------- geändert --------------------------  :thumbup:

a:link, a:visited {
   border-bottom: #666666 0px dotted;
   background-color: transparent;
   color: #666666;
   text-decoration: none;
}
a:focus, a:hover,a:active {
   border-bottom: #666666 2px dotted;
   background-color: transparent;
   color: #99CC33;
   text-decoration: none;


Vielleicht hatte  das Problem auch irgend jemand...  ;)


gruss

erast