[flexcoders] Is CSS child selector supported?

2007-09-11 Thread williamkusumo
I am trying to style the GridItem of a grid that has a specific style
name, I tried to do this:

.editFormGrid GridItem
{
   ...
}

and the styles won't take...is child selector supported in Flex CSS?

Thanks!



Re: [flexcoders] Is CSS child selector supported?

2007-09-11 Thread Kyle Neath
Nope :(

CSS is more of a bullet-point feature of Flash/Flex than the
awesomeness it is in HTML.  It can help style some elements without
mucking up your MXML too much, but it only supports tag names and
style names -- and only styles (fontWeight, fontSize), not properties
(like width, height).