pulse00
11-13-2008, 12:54 PM
hi,
i'm trying to set a background-image to the tabnavigator component via css, but the image won't show up.
here's my css tag:
TabNavigator.MetaTabber {
background-alpha: 0;
background-image: Embed('assets/images/background/tabber_background.png');
background-size: "100%";
border-thickness: 0;
tabStyleName: MetaTab;
first-tab-style-name: MetaTab;
last-tab-style-name: LastMetaTab;
selected-tab-text-style-name: SelectedMetaTab;
tab-height: 25;
}
All the other css tags work fine. anyone knows what's wrong here ?
thanks !
i'm trying to set a background-image to the tabnavigator component via css, but the image won't show up.
here's my css tag:
TabNavigator.MetaTabber {
background-alpha: 0;
background-image: Embed('assets/images/background/tabber_background.png');
background-size: "100%";
border-thickness: 0;
tabStyleName: MetaTab;
first-tab-style-name: MetaTab;
last-tab-style-name: LastMetaTab;
selected-tab-text-style-name: SelectedMetaTab;
tab-height: 25;
}
All the other css tags work fine. anyone knows what's wrong here ?
thanks !