
Signature
Dave -
www.offroadfire.com
Head Developer
http://www.blurredistinction.com
Adobe Community Expert
http://www.adobe.com/communities/experts/
i think that is well-formed css. but flash is treating that as if it's
malformed.
and flash doesn't do that with standard pseudo-classes like:
a:link {
color: #abb8bd;
text-decoration: underline;
}
so, it's not just the use of a pseudo-class. it's the combination of a style
and pseudo-class.
your css person could use the following and flash should be happy:
// for styling footer. in particular, for links in footer both within and
outside of flash.
.footerlink {
color: #abb8bd;
text-decoration: underline;
}
DMennenoh **AdobeCommunityExpert** - 17 Jul 2008 12:29 GMT
>>your css person could use the following and flash should be happy:
Yeah, but I think it's still better to just use two style sheets. That way
would work, but then all the standard tags like <a> and such within the html
text footer section will need to reference those specific classes. Seems
less work to just use two sheets, at least in this case.
thanks

Signature
Dave -
www.offroadfire.com
Head Developer
http://www.blurredistinction.com
Adobe Community Expert
http://www.adobe.com/communities/experts/