Wednesday, November 5, 2008

CSS Advanced Selectors in Flex 4

Adobe has enhanced CSS functionality in their new Flex 4 sdk ( Currently Beta ). Not only do you get type selectors and class selectors, but you also get id selectors. That is great, this is much similar to how CSS is. Flex 4 also now has descendent selectors. Descendent selectors allow you to match children to a particular ancestor. Lastly, psuedo selectors are also available. Psuedo selectors are great for dynamic content.

Check out CSS Advanced Selectors - Functional and Design Specification

No comments: