Question
CSS in Flash
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
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