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
SPONSORED LINKS
| Web site design development | Computer software development | Software design and development |
| Macromedia flex | Software development best practice |
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
__,_._,___

