In HTML, one can have multiple CSS Rules/classnames in one class
declaration like:

<p class="ruleA ruleB">example</p>

>From my testing, it seems this is not available in Flex.  Is there any
way to apply two separate CSS Rules to an element ?

So this does not seem to work:

<mx:VBox styleName="styleA styleB">example</mx:VBox>

Thanks in advance for any tips

Reply via email to