Hallo miteinander,
ich bin neu in dieser Welt und habe auch schon meine erste Frage:
Ich bin dabei, eine Website aufzubauen. Ich habe sie mit Hilfe eines
Framesets unterteilt und bin nun dabei, ein Stylesheet zu schreiben.
body { color: #E6E6E6;
background:#000000;
margin-left:10px;
}
}
h1 {
font-family: Verdana;
font-size: large;
color: #E6E6E6;
}
p,li {
font-size:110%;
line-height:140%;
font-family:Verdana;
letter-spacing:0.1em;
word-spacing:0.3em;
}
<!-- für die links -->
a:hover {
background-color:#C5C5C5;
color: #E6E6E6;
font-size: 110%;
font-weight: bold;
}
a:visited {
color: #E6E6E6;
}
a:link {
background-color: #000000;
color: #E6E6E6;
font-size: larger;
font-weight: bold;
text-decoration: none;
}
a:active {
background-color: #C5C5C5;
color: #E6E6E6;
font-size: larger;
font-weight: bold;
}
Mein Problem ist folgendes:
a:active funktioniert nicht. Kann das am Frameset liegen?
Wie könnte ich es mit dem Frameset (Links in einem Frame, öffnende Seite in einem anderen Frame) lösen?
Ich bin für jede Hilfe dankbar.
VG
Schorschi