On 5/13/05, Jeff Beeman <[EMAIL PROTECTED]> wrote:

> Is there a Flex equivalent to the "padding" attribute in CSS?  I have a box
> and would like to have padding between the inner content and the border that
> surrounds it. 

The Flex margin style properties are actually exactly what padding
does in HTML/CSS.  There's no equivalent of the HTML/CSS margin
property in Flex.  You could add such a style property to your own
custom component derived from a Flex container with little/some
effort, but it's much easier to just do things the Flex way.


 
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