Wie kann ich mit before, in der Klasse womit meine Nav links formatiert sind, eine Pfeil > etc. definieren?
So das alle mit dieser Klasse formatierten Links einen pPfeil vornweg haben?
Im Guide steht die Variante mit dem h1 Element, da muss es doch auch mit einer Klasse funktionieren oder? Klärt mich auf ;-).
Bsp.: im stylesheet
.subglobalNav{ color: #009; font-size: 12pt; font-family: Arial, sans-serif; font-weight: bold; }
.subglobalNav a:link, .subglobalNav a:visited { font-size: 9pt; color: #000; font-weight: normal; text-decoration: none; }
.subglobalNav a:hover{ color: #c60; font-size: 9pt; font-weight: normal; }
///so geht das nicht, aber wie dann?
.subglobalNav :before{content:">>";}
VG
dynamix