Seite 1 von 1

Rollover text?

Verfasst: 07.04.2008, 17:59
von JaXCs
Hallo,
ich habe in meiner Homepage einen Rollover effekt in der Navi als Text... Die navipunkte sind in Schwarz geschrieben und die Rollover Farbe ist Weiß... nun will ich im inhalt der seite, einen schwarzen text, mit einem roten rollover text haben... wie geht das? da ich ya schon in der navi einen rollover habe?

hier mal meine style.css datei :

body {
background-image: url(../Bilder/bg.gif);
}
.Stil1 {
font-size: 36px;
color: #FFFFFF;
}
.Stil3 {
color: #000000;
font-weight: bold;
}
body,td,th {
font-size: 12px;
color: #FF0000;
}
a {
font-size: 16px;
color: #000000;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #000000;
}
a:hover {
text-decoration: none;
color: #FFFFFF;
}
a:active {
text-decoration: none;
}
h1 {
font-size: 36px;
}