Hi,

Width and height are properties not css styles. You can achieve the same by
setting in Application tag. I have a feeling that these two properties are
used by compiler while creating html wrapper for flex app.

What do you want to achieve by keeping width/height in CSS?

-abdul

-----Original Message-----
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] 
Sent: Friday, April 22, 2005 9:22 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] CSS - Application Width



I am using an external CSS for my Flex app to control it's appearance.

I want to set the width and height of the Application equal to 100%


Application {
        theme-color:#99CCFF;
        width: 100%;
        height: 100%; }

I get the following errors:

2 Errors, 1 Exception found. 
 
Error /Stylesheets/style1.css:13 
CSS Value for width not supported.



Error /Stylesheets/style1.css:13 
CSS Value for height not supported.



Exception java.lang.IllegalStateException 
CSS Value for width not supported. 



Is there a way to set the width of the Application from an external 
CSS at all?

Thanks,
Alex







 
Yahoo! Groups Links



 





 
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