RE: [flexcoders] Mouseover Underline on Text

2008-03-24 Thread Alex Harui
alf Of Anuj Gakhar Sent: Monday, March 24, 2008 1:33 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Mouseover Underline on Text I have tried all text controls, TextField, Text, Label etc... The only way to achieve an text underline on mouseover is by adding Rollover and RollOut Event

[flexcoders] Mouseover Underline on Text

2008-03-24 Thread Anuj Gakhar
I have tried all text controls, TextField, Text, Label etc... The only way to achieve an text underline on mouseover is by adding Rollover and RollOut Event listeners and then changing the styles on the fly...and its more of a pain if the stylesheet happens to be an external stylesheet Sound