On Mon, 14 Mar 2005 10:29:48 +1000, Scott Barnes <[EMAIL PROTECTED]> wrote:

> ahh this is so frustrating.. why the hell isn't there a
> inheritance=false attribute! hehe....

It's based on the way CSS works in HTML. Some properties (like
font-size) are inheriting, some aren't.

The way I would get around this is by using another container inside
the Panel that again has its own headerColors property:

<mx:Panel headerColors="...">
<mx:VBox headerColors="back to normal">
<mx:Accordion><!-- stuff --></mx:Accordion>
</mx:VBox>
</mx:Panel>

That's how I do it in HTML.

Manish


Reply via email to