Guys,
I'm quite confused and frustrated with these external style sheets.
The style name in the documentation sometimes matches the style name
you should use in the CSS file, but not usually...
For example, I'm trying to set the background color for a
datagridcolumn via CSS. I have successfully set it via ActionScript
setStyle("backgroundColor",0x5A5A5A);
Now, I have commented the above line out, and set the styleName
property to a CSS class defined as such:
.PivotTableDimColumn
{
background-color: #5A5A5A;
color: #FFFFFF;
}
What's strange is I know the CSS class is getting linked to the
column, because the "color" property is working... the text is white.
HOWEVER, the background color does not get set. I have tried
"backgroundColor" and "background-color"... which should it be and why
doesn't it work?
How can I tell what the proper CSS style name should be based on the
documented style name in the ActionScript documentation? Is there a
separate CSS documentation somewhere that describes the "proper"
styles to use?
thanks,
Thunder
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/