*Bump* Is there a good answer to this? I want to be able to generically add a "dragover" second stylename to a component, and remove it on drag-out without having to duplicated every stylename that can be dragged over (and also having nearly every style attribute listed twice, in .someComponent and .someComponent_over)...
I suppose I could hook into the stylesheet mechanism at runtime and generate the second _over stylesheet? Has somebody done this before? -Josh On Thu, Dec 6, 2007 at 2:12 AM, sgarrity1 <[EMAIL PROTECTED]> wrote: > 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 > > > -- "Therefore, send not to know For whom the bell tolls. It tolls for thee." :: Josh 'G-Funk' McDonald :: 0437 221 380 :: [EMAIL PROTECTED]

