[flexcoders] Different borderstyles for HBox

2006-07-04 Thread Jonas Windey
Hi, is it possible to give a HBox different border colors for each side? Like border-right: solid 1px #ccc in css? Thanks! __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

Re: [flexcoders] Different borderstyles for HBox

2006-07-04 Thread Carlos Rovira
AFAIK, containers for laying out other content can't be styledOn 7/4/06, Jonas Windey [EMAIL PROTECTED] wrote: Hi, is it possible to give a HBox different border colors for each side? Like border-right: solid 1px #ccc in css? Thanks!

Re: [flexcoders] Different borderstyles for HBox

2006-07-04 Thread hank williams
Containers can definitely be styled, but I am not sure that you can assign a different color to different sides. That might require skinning. You could use scale9 to do it. I know its not as easy as styles, but I *think* that may be your only option. You can turn off certain sides and turn on

Re: [flexcoders] Different borderstyles for HBox

2006-07-04 Thread Carlos Rovira
Hank,In general visual containers can be styled, but we are talking about Layout Containers (HBox, VBox,...), and I remember read a few days ago that these invisible components can't be styled. On 7/4/06, hank williams [EMAIL PROTECTED] wrote: Containers can