Is there any way for a LinkBar to approximate the activeTab style 
behaviour?  Either with a style or via ActionScript?  I need to set 
the background and text color for a link once it has been selected 
in order to visually indicate that it was selected/active. With a 
TabNavigator I was able to do this with:

TabNavigator {
   horizontal-gap: 6;
   tab-height: 21;
   theme-color: #ffffff;
   background-color: #3399cc;
   }

Tab {
   fill-colors: #cccccc, #f6eeee;
   selected-fill-colors: #3399cc, #3399cc;
   color: #334444;
   }

ActiveTab {
        color: white;
        font-weight: bold;
        text-roll-over-color: white;
        }





------------------------ Yahoo! Groups Sponsor --------------------~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM
--------------------------------------------------------------------~-> 

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