W
werny
Guest
Bitte diesen thread löschen!
Hat sich erledigt!
Danke
Hat sich erledigt!
Danke
Zuletzt bearbeitet:
Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature currently requires accessing the site using the built-in Safari browser.
.normal:link, .normal:active, .normal:hover, .normal:visited {
font-family:Verdana;
line-height:11pt;
font-size:8pt;
color:#fff;
text-decoration:none;
font-weight: bold
}
.normal:hover {
text-decoration:underline;
}
.normal {
font-family:Verdana;
line-height:11pt;
font-size:8pt;
color:#fff;
text-decoration:none;
font-weight: bold
}
.normal:hover {
text-decoration:underline;
}
<a href="#">normaler Link</a>
<a class="small" href="#">kleiner Link</a>
a:link {...}
....
a.small:link {...}
...
Siehe mein Beispiel.na small soll halt ganz andere link- und hover-eigenschaften haben wie normal
Toll wäre wenn man jede einzelen action getrennt steuern könnte.
zb. normal link ist weiss und fett, bei hover wirds schwarz und unterstrichen
zb. normal small ist gelb und kursiv, be hover wirds orange und fett usw...
Bei Macs kommen da oft komische Effekte wenn man mit der maus über so einen Text fährt...
.normal:link, .normal:active, .normal:hover, .normal:visited {
font-family:Verdana;
line-height:11pt;
font-size:8pt;
color:#fff;
text-decoration:none;
font-weight: bold
}
.normal:hover {
text-decoration:underline;
}
.small:link, .small:active, .small:hover, .small:visited {
font-family:Verdana;
line-height:11pt;
font-size:8pt;
color:#fff;
text-decoration:none;
font-weight: bold
}
.small:hover {
text-decoration:underline;
}