Looks like you want to get rid of the rollOverColor, so you should set it to be the same color as the backgroundColor of the encompassing container. To mouseover and change the text color, you want to set the textRollOverColor style.

 

Something like this should work:

 

<?xml version="1.0" encoding="utf-8"?>

<mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml">

 

<mx:HBox backgroundColor="0xFFFFFF" marginLeft="10" marginRight="10" marginTop="10" marginBottom="10">

       <mx:Link color="0x000000" rollOverColor="0xFFFFFF" textRollOverColor="0xFF0000" label="Events" />

       <mx:Link color="0x000000" rollOverColor="0xFFFFFF" textRollOverColor="0xFF0000" label="Meetings" />

       <mx:Link color="0x000000" rollOverColor="0xFFFFFF" textRollOverColor="0xFF0000" label="Sales" />

</mx:HBox>

 

</mx:Application>

 

-----Original Message-----
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
Sent: Friday, April 15, 2005 7:14 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] how to remove the background color on a link tag

 

 

 

How do I make either a <mx:link> tag's solid background go away? I

just want the text to show up and when I mouseover it it change color,

like what pillardata.com did on their menu at top?

 

 

 

 

 

 

 

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/

 

 

 

 



Yahoo! Groups Links

Reply via email to