hi
Wie mach ich das am besten das nur bei manchen links ein mouseover ist und bei anderen nicht?
ich habe es schon mit zwei sachen probiert aber es geht einfach nicht!
danke für die Antwort
Wie mach ich das am besten das nur bei manchen links ein mouseover ist und bei anderen nicht?
ich habe es schon mit zwei sachen probiert aber es geht einfach nicht!
danke für die Antwort
Code:
<style type="text/css">
<!--
a:link, a:visited
{
text-decoration: none;
color: #750d16;
font-family: Harrington;
font-size: 20pt;
background: #FF9900;
}
a:hover
{
text-decoration: bold;
color: #FF9900;
font-family: Harrington;
font-size: 20pt;
background: #750d16;
}
a:active
{
color: #750d16;
font-family:Harrington;
font-size: 20pt;
background: #FF9900;
}
.Stil1 {font-family: Thaoma}
.Stil2 {font-family: Tahoma}
.Stil3 {font-size: 22px}
.Stil4 {
color: #750D16;
font-size: 18px;
font-family: Tahoma;
}
.Stil5 {font-size: 20px}
.Stil6 {
font-family: Harrington;
color: #750D16;
font-weight: bold;
font-size: 22px;
}
.Stil7 {font-size: 18px}
.Stil8 {color: #750D16}
.Stil9 {font-weight: bold}
-->
</style>
Zuletzt bearbeitet: