On 3/23/06, Libby <[EMAIL PROTECTED]> wrote:
> OK, that puts me halfway there by changing the color of the ToolTip.
> Is there a way to also change the border color of the TextInput (that
> shows when a validation error occurs)?

I did a quick Google search and found this:

http://www.asfusion.com/blog/entry/using-global-css-in-your-cfform

_global.styles.ErrorTip.setStyle( "borderColor", 0x339900);
_global.styles.ErrorTip.setStyle( "color", 0x000000);

Try it.

Manish


--
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/
 



Reply via email to