I am having a problem in a quiz template....I have a series of fifteen multiple choice questions with checkboxes and for some reason the lable first shows Times 10# for a split second and then goes to the formated font and style. I am using:
ActionScript Code:
_global.styles.CheckBox = new mx.styles.CSSStyleDeclaration();
_global.styles.CheckBox.setStyle("fontWeight","bold");
_global.styles.CheckBox.setStyle("fontFamily","Arial");
_global.styles.CheckBox.setStyle("marginLeft","3");
_global.styles.CheckBox.setStyle("fontSize","14");
_global.styles.CheckBox.setStyle("color","0x0000CC");
to format but it still does the same font change...any ideas?
Thanks!!!