Skip to main content
Inspiring
May 21, 2008
Question

CSS in Flash

  • May 21, 2008
  • 1 reply
  • 184 views
Hi all,

Quick question - does anyone know if 'visited' tags are recognised for
links/anchors in a CSS file?

I seem to have everything else working apart from the visited state? Just
wondering if flash even recognises it?

Im using Flash 8 on PC. CSS snip below...



--------------->
a:link {
color: #017b87;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
text-decoration: none;
font-weight: bold;
}



a:visited{
color: #795b43;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
text-decoration: none;
font-weight: bold;
}
a:hover{
color: #017b87;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
text-decoration: underline;
font-weight: bold;
}
------------------------->




Cheers,

Tim


This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
May 21, 2008
i don't think flash supports either the hover or visited tags. (try using a different color for your link and hover.)