Forums
 This topic is locked 
             Tabs Header Too Large
 Posted 10 Sep 2012  07:21:29 
  1 
     has   voted 
  10 Sep 2012  07:21:29 Jim Elliott posted: 
 Thanks to Vulcho for sorting this. I had placed a tab on a page without amending any css but the Tabs had a large coloured area underneath.The solution is to place this in the head of the page:
<style>
.ui-helper-clearfix {overflow: hidden; };
</style>
Hope it helps.
Replies
 Replied 14 Oct 2012  07:46:12 
   14 Oct 2012  07:46:12 Jim Elliott replied: 
  Another way is to put the dmxTabs into a div and add style="overflow: hidden" 
  