RE: [flexcoders] component CSS

2007-01-02 Thread Gordon Smith
.simplebutton { upSkin: ClassReference(null); } works for me, but you have to spell the style name upSkin, not upskin. - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of graysonpierce Sent: Wednesday, December 20, 2006

Re: [flexcoders] component CSS

2006-12-21 Thread Peter Baird
Yeah, placing null in CSS won't work. The more important question is why do you want the upskin of the button to be null? What's your desired effect? If it's to have no skin, just a button label on up, but visible skins on rollover and down, you could always either create a programmatic skin that

Re: [flexcoders] component CSS

2006-12-20 Thread Bjorn Schultheiss
load the css in the component On 21/12/2006, at 4:06 PM, graysonpierce wrote: css/ In this application I have a component that has a button that sets a styleName to a name defined with dot in main.css like this: