Tabbar - div width = 100%

I have a tabbar in a div with 100% width. When I expand the frame that contains the tabbar, the tabbar expands with the frame. Unfortunatly the iframe windows of the tabs remain fixed to the original frame width. I have been able to change the widths of the divs and iframes to 100% with firebug and make the iframes expand with the frame. Is there a way to push the 100% width to the tabbar iframes with code?

Regards

Jason Low

How did you initialize a tabbar ?

Locally everything works correctly with enableAutoReSize and setContentHref methods:

tabbar.enableAutoReSize(true);
tabbar.setContentHref(tabId,url);

tabbar.enableAutoReSize(true); did the trick. Thanks again for your help.

Regards

Jason Low