not sure if anyone else knows this, but I tried to use the 
<mx:Style> tag to set a style in one of my components, and when I 
did i got an error that said "CSS type selectors are not supported 
in components", here is what I had:
<mx:Style>
LinkBar {some style stuf
}
</mx:Style>

however this is wrong and the error message was kind of misleading, 
based on it i thought that i could NOT use the tag/style in a 
component;
but when I changed it to this;
<mx:Style>
myLinkBar.LinkBar {some style stuff
}
</mx:Style>
noticed i added a ID to the LinkBar style it worked just fine...just 
thought someone might what to know...
Craig





 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to