dhtmlxlayout - ie7 shows a blank screen

hello,



i try to use dhtmlxlayout. my example works fine with firefox and opera. but ie 7 shows a blank screen. why?



here is the code:









dhtmlx





























Hello,

try this:




    Fullscreen Init
   
   
        HTML, BODY {
            width: 100%;
            height: 100%;
            margin: 0px;
            overflow: hidden;
        }
   
   

<body onload=‘doOnLoad();’>


thanks, it works. but i wonder why the layout example “fullscreen_inner.html” from the dhtmlxsuite works fine without onload-function in ie7.

fullscreen_inner.html used different doctype.

i’ve found the solution. now it works fine. thanks for your help.