Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
820
reduce the height of the ultra web tab
posted

I am using ultra web tab  10.3.

 <igtab:UltraWebTab ID="menu" runat="server" ThreeDEffect="true" Height="600px" Width="100%"

                            BarHeight="0" BorderWidth="0px" CssClass="TabHeader" SpaceOnRight="0" TabOrientation="LeftTop"

                            TextOrientation="Horizontal">

                            <ClientSideEvents AfterSelectedTabChange="ChangeTab" />

                            <SelectedTabStyle ForeColor="#0077BB" Cursor="Default">

                            </SelectedTabStyle>

                            <DefaultTabStyle Cursor="Hand">

                            </DefaultTabStyle>

                        </igtab:UltraWebTab>

 

 The height of each tab is too big. I want tab height to be like the second image.

tab1
tab2
tab3

Ideally it should look like this. I have tried many things but still I am not able to resolve this. 

tab1
tab2
tab3

Please suggest me how to achieve this.