Hi,

I'm trying to set the following styles:

first-tab-style-name
last-tab-style-name

Through CSS but I can't see any change in my TabNavigator, only tab-style-name works (if I set it).

Here's a try:

TabNavigator {
    first-tab-style-name: "mifFirstTab";
    last-tab-style-name:"mifLastTab";
}

.mifFirstTab {
    color: #000000;
    background-color: #003366;
}

.mifLastTab {
   corner-radius: 5;
   highlight-alphas: 0.4, 0;
   fill-alphas: 1, 1;
   fill-colors: #ff3300, #ff3300;
   color: #FFFFFF;
}

I try as well through MXML:

<mx:TabNavigator width="100%" height="100%" styleName="podTab" 
        paddingLeft="5" paddingRight="5" paddingBottom="5" paddingTop="5"
        firstTabStyleName="mifFirstTab" lastTabStyleName="mifLastTab">

But no luck.

Anyone is aware of this problem? any solution?

Thanks.


--
::| Carlos Rovira
::| http://www.carlosrovira.com __._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




__,_._,___

Reply via email to