Table disappears while loading with IE 6

I’ve downloaded and installed the script on a remote server. I’m using the included grid.xml to show a table on my website. The table shows perfectly using dhtmlXgrid with the code below in FireFox. When I’m trying to view the table using Internet Explorer it disappears within seconds.







    

            

        



    



    

I can’t reconstruct such problem, your code snippet work fine for me.
Problem can be caused by grid container size settings, please be sure that on moment of intiialization the container exists and has some width and height. ( for example if parent of div#gridbox has zero size, the grid will take width as 100% from parent which will be zero as well )