something weird is going on. i am trying to set background color of a text box through external css and not any other method. the definition in my xml is like this
.myTest
{
background-color: #00FF00;
}
the text field is fully functioning cos i can put text in and color it etc etc. but i cant set the background for the text field. i know i can use the 'backgroundColor' , but that is within my actionscript. i dont want to do that. i want to set the color of my text background from the stylesheet. any ideas..i have tried all ..i think . i also noticed in the documentation ..that background color was not part of the supported css styles. true ??