Hi, Width/Height can not be set via CSS styles. These are properties of component/classes in Flex.
-abdul -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Beeman Sent: Thursday, June 02, 2005 10:31 PM To: [email protected] Subject: [flexcoders] CSS widths Is there any way to define widths of elements using CSS? The following don't seem to do much of anything: /* Results in error, saying I've given a bad value */ Application { width:100%; height:100%; } /* Doesn't work */ Panel { width:800px; height:600px; } /* Also doesn't work */ Panel { width:800; height:600; } /******************************************* * Jeff Beeman * Digital Media & Instructional Technologies * Arizona State University *******************************************/ 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/

