hi,
Hi, I'm using a CSS file to style my flex application. can I use components IDs to change their style from the CSS file ?
Or I should add the styleName attribute for each element ?
thanks
hi,
Hi, I'm using a CSS file to style my flex application. can I use components IDs to change their style from the CSS file ?
Or I should add the styleName attribute for each element ?
thanks
In Flex 3 you can't use the ID (#) selector. This is supposedly added in Flex 4, but I haven't had the opportunity to try it out yet to see how well it works.
Flex also doesn't support combinator selectors.