I'd like the background color of the link to remain hilighted (same 
color as rollover) after selecting it instead of only changing 
momentarily.  I'd actually like to do the same for "toggle" buttons 
so that there is some stronger indication that they are in 
a "selected" state rather than just the border color changing.  

--- In [email protected], "Andrew Spaulding" <[EMAIL PROTECTED]> 
wrote:
> The closest thing I can think of (without looking into it) would be
> the disabledColor attribute of the LinkBar control. The currently
> active link in the LinkBar is "disabled" and will take on the
> disabledColor attribute.
> 
> To what extent did you want to style the active link?
> 
> Andrew Spaulding
> www.flexdaddy.info
> 
> 
> 
> --- In [email protected], "delaquae" <[EMAIL PROTECTED]> 
wrote:
> > 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