Hallo
ich habe eine Linkdefinition in css
z.B.
a:visited
{
width : 84;
font-family: Arial, Helvetica, sans-serif; font-size: 8pt;
text-decoration : none;
color : #284178;
}
wie erreiche ich es,
das ich einen anderen Link im gleichen Document
anders definieren kann?
z.B.
a:visited
{
font-family: Arial, Helvetica, sans-serif; font-size: 10pt;
text-decoration : none;
color : #ffffff;
}
Danke
Andreas