0

I have Ajax tab control in a page with 1000 px width the tab control contains 19 tabs. the tabs override the the specified page size. how can I make the tabs wrap to new line or have next previous buttons.

4

1 に答える 1

0

次のスタイルは、タブを新しい行に折り返す

    <style type="text/css">

.ajax__tab_default .ajax__tab_header /* this makes the tabs wrap*/ 
{ 
white-space: normal!important; 
} 
</style>
于 2013-03-30T09:36:38.870 に答える