var main_layout = new dhtmlXLayoutObject(document.body, ‘1C’);
main_layout.attachHeader(‘id_header’);
var tabbar = main_layout.cells(‘a’).attachTabbar();
…
if i minimize the browser i don’t see any scroll bar (vertical and horizontal). The layout try to resize its content without accetable result. Is possibile show scroll bars ?
Altered your sample a little and attach. To achive scroll attach your “content” in “index”. And check correctness of your div under the form. index.rar (1022 Bytes)