the other controls set with no problem, the web tab does not seem to change.
please help
TIA
Hi TIA,
I do not know why it does not work for you. I tested following and it worked fine. I also tried other StyleSetNames located in local to project ~/ig_res directory and they worked too.
<igtab:UltraWebTab ID="UltraWebTab1" runat="server" Height="130px" Width="260px"> <Tabs> <igtab:Tab Text="New Tab"></igtab:Tab> <igtab:Tab Text="New Tab"></igtab:Tab> </Tabs></igtab:UltraWebTab><igmisc:WebPageStyler ID="styler1" runat="server" EnableAppStyling="True" StyleSetName="Default" />
Hello,
The tabs change but the panels stay white . i checked everything and it looks Ok in the property settings.
everything else on the page changes to reflect the style except the panels in the tab.
Hi,
If background color of ContentPanes is white, then it is color defined by a particular StyleSet. Actually for the Default StyleSet it should have background image:
.igtab_Control{ background-color:#F2F7FB; background-repeat:repeat-x; background-position:bottom; background-image: url(images/tabbg.jpg); border:solid 1px #699BC9;}
If you mean appearance of child controls in ContentPanes of tabs, then unfortunately UltraWebTab is not able to change their appearance.