That becose TabStyle which reneder Tabnavigator have errors.
--- In [email protected], "Carlos Rovira" <[EMAIL PROTECTED]> wrote: > > Ok, I think I get it :) > > I have only 2 tabs and when I use "selected-tab-text-style-name", all works > ok. > > Thanks :) > > C. > > On 8/29/06, Carlos Rovira <[EMAIL PROTECTED]> wrote: > > > > 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 > > > > > > -- > ::| 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 Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/flexcoders/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> 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/

