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
520
Webtab Remove Border
posted

I have a webtab as follows:

<ig:WebTab ID="WebTab1" runat="server" VisibleHeader="False" Height="100%" 

        TabsOverflow="KeepSize" Font-Size="Small" SelectedIndex="0" 

        BorderStyle="None" BorderColor="White" BorderWidth="0px" >

 

Even setting the border options above, the border still appears. How do I remove the border?

Parents
  • 695
    Suggested Answer
    posted

    Hi,

    first of all, sorry for the late answer. You can remove the border of the tab content holder by including the following style class in your page:

              .igtab_THContentHolder
            {
              border: none;
            }

    Regards,
    Nikolai Dimitrov

Reply Children
No Data