[Typo3] ATagParams don't work? alternative link style?

JoH info at cybercraft.de
Fri Jun 3 16:07:00 CEST 2005


> pfad { color:red; font-size: 19px; font-family: Verdana}
> pfad:hover { color: black; font-size: 10px; font-family: Verdana }
> pfad_active { color: black; font-size: 10px; font-family: Verdana }
        ^^^
 > where is my mistake?

Missing tag selector and/or missing dot in front of "pfad"

a.pfad {  ### }
a.pfad:visited { ### }
a.pfad:hover { ### }
a.pfad:active { ### }

This is the correct spelling _and_ the correct order of the A classes.

Or maybe:

.pfad {  ### }
.pfad:visited { ### }
.pfad:hover { ### }
.pfad:active { ### }

Joey

-- 
Wenn man keine Ahnung hat: Einfach mal Fresse halten!
(If you have no clues: simply shut your knob sometimes!)
Dieter Nuhr, German comedian
openBC: http://www.openbc.com/go/invuid/Jo_Hasenau





More information about the TYPO3-english mailing list