html - tab size is not setting properly -


i'm using ajax tab control code given below-

 .mar         {              margin-left: 100px;                     }          .siz         {             font-size: 200%;             height: 68px;             width: 171px;         }  <div class="mar">                                   <ajax:tabcontainer id="tabcontainer1" runat="server" activetabindex="0"                      width="1119px" height="422px">                     <ajax:tabpanel runat="server" headertext="tabpanel1" id="tabpanel1">                         <headertemplate>                             <div class="siz">&nbsp;&nbsp;&nbsp;&nbsp; home</div>                         </headertemplate>                     </ajax:tabpanel>         

i'm trying solve -

please see image , suggest me i'm doing wrong?

height - sets height of body of tabs (does not include tabpanel headers)

try , change it.

see link further reference http://www.aspdotnet-suresh.com/2011/11/ajax-tabcontainer-sample-or-how-to.html


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -