tabcontainer with header too short

Last post 11-13-2009 3:22 AM by Vince Xu - MSFT. 2 replies.

Sort Posts:

  • tabcontainer with header too short

    11-11-2009, 3:58 AM
    • Member
      7 point Member
    • amodius
    • Member since 07-09-2008, 9:10 AM
    • Posts 45

    look at this page : http://www.immobilzero.com/Scheda.aspx?CodImmobile=1 

    it seems strange, but the headers are too short
    i have set nothing to do this! (or i do not remember i done somethings)

    how can i do for fix it?

    www.immobilzero.com (free estare web site)
  • Re: tabcontainer with header too short

    11-11-2009, 9:31 AM
    Answer
    • Participant
      1,406 point Participant
    • atifsarfraz
    • Member since 10-06-2009, 7:55 PM
    • Florida
    • Posts 238

    What I have noticed is that you are applying a default size to the spans like this.

    span {
    	font-family : Verdana, Arial, Helvetica, sans-serif;
    	color : Navy;
    	text-decoration : none;
    	font-style: normal; 
    	line-height: normal;
    	font-size: 11px;
    }


    This might be causing the behavior your mentioned with the tabs, since tabs are rendered as spans themselves. If you want to control a specific behavior of tab you can overwrite the following classes 

    ajax__tab_outer
    ajax__tab_inner
    ajax__tab_tab

    	ajax__tab_outer
    	ajax__tab_inner
    	ajax__tab_tab

    Regards,

    Atif Sarfraz

    Please mark this post as answered if it helped you!
  • Re: tabcontainer with header too short

    11-13-2009, 3:22 AM
    Answer

    Please check this link to define the custom css class for container.

    http://blogs.visoftinc.com/archive/2007/09/26/ajax-control-toolkit-tab-control-themes.aspx

     


    Vince Xu
    Microsoft Online Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Page 1 of 1 (3 items)