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"> home</div> </headertemplate> </ajax:tabpanel> 
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
Post a Comment