dhtmlxTabbar height

Hi,

This is my code:

111
222

I can’t understand how can i make the tabbar be 100% height,
so it will catch all of the page size…

Please advice,

Thanks.

Hi,

the following will work:

[code]…

html,body{ height:100%; width:100% }
111
222
[/code]