Pierre: CSS funktioniert nicht...was könnte das Problem sein?

Beitrag lesen

Hi

weiss net ob das die richtige Art ist. Würds mal so probieren:

a:link.b { color: #666666; font-size: 10px; text-decoration: none }
a:visited.b { color: #666666; text-decoration: none; font-size: 10px }
a:active.b { color: #666666; text-decoration: none; font-size: 10px }

oder was du auch noch versuchen kannst, da die Links ja immer im "ID1" liegen:

ID1 a:link { ....
ID1 a:visited { ....

usw.

Gruss
Pierre