Saturday, December 5, 2009

Issue with the ajax tab panel

In case your AJAX Tabs are not rendered properly and you get white line/space then quick fix will be to define the height of Tabs.


Define the following CSS below and reference in your TabContainer and things will work well .

<style type="text/css">

.ajax__tab_xp .ajax__tab_tab

{

height: 21px;

}

</style>




No comments: