In your CSS, try using... backgroundColor: ClassReference(null);
Jamie On Fri, Mar 19, 2010 at 2:13 PM, reflexactions <[email protected]>wrote: > > > A backgroundColor is defined in a base class. > > I need to set it to undefined in an external CSS to stop it from drawing. > > In css if I use undefined or null I get a string 'undefined'. > > Any way to handle this? > > >

