a:hover
Hallo,
in meinem einen Blog funktioniert folgendes:
Im Stylesheet nach
a {
color: < % layout.linkcolor % >;
text-decoration: none;
}
habe ich dies eingefügt:
a:hover {
text-decoration:none;
color: < % layout.alinkcolor % >;
}
Dies habe ich auch bei den kleinen Links unter den Beiträgen getan. Ergebnis: Alle betroffenen Links ändern ihre Farbe, wenn man mit der Maus darüber kommt.
Aber warum bringt der selbe Zusatz im entsprechenden Skin bei https://oregano.twoday.net (gleiches Layout) nichts - bzw. wie bekomme ich sämtliche Links dazu, ihre Farbe entsprechend zu ändern?
Danke,
oregano
in meinem einen Blog funktioniert folgendes:
Im Stylesheet nach
a {
color: < % layout.linkcolor % >;
text-decoration: none;
}
habe ich dies eingefügt:
a:hover {
text-decoration:none;
color: < % layout.alinkcolor % >;
}
Dies habe ich auch bei den kleinen Links unter den Beiträgen getan. Ergebnis: Alle betroffenen Links ändern ihre Farbe, wenn man mit der Maus darüber kommt.
Aber warum bringt der selbe Zusatz im entsprechenden Skin bei https://oregano.twoday.net (gleiches Layout) nichts - bzw. wie bekomme ich sämtliche Links dazu, ihre Farbe entsprechend zu ändern?
Danke,
oregano
oregano - 1. Aug. 2005, 15:26
