Hallo miteinander...
Wieder mal ein CSS Problem:
In SelfHtml hab ich gelesen das man folgendermassen die Links formatiert:
a:link {
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #000000;
text-decoration: none;
}
a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #000000;
text-decoration: none;
}
a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #50788E;
text-decoration: underline;
}
a:active {
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
color: #50788E;
text-decoration: underline;
}
Nun hab ich eine Datei index.php die hat Links im Menu und unten im Fliesstext. Die Links sollen sich jedoch fablich und von der Schriftgrösse her nicht gleich verhalten, wie kann ich nun für die 2 Bereiche verschiedene a:link CSS-Formatierungen machen?
Danke und Gruss
Raffi