dhtmlxLayout and IE6 problem

Hi,



I am using the full suite and added the IE6 patch for the full initialization error layout patch released for IE6. I used libCompiler to generate a new dhtmlx.css and dhtmlx.js



The code below displays well in Firefox but not in IE6. Is there something I could be missing? I am using ColdFusion MX7.2.



Thanks…



-----------

index.cfm file:

-----------



    pagetitle = “demo test page”;















#pagetitle#













    







----------------------

subsearch.cfm

---------------------



form here





---------------------

accsearch.cfm

----------------------



form 2 here





Hello,

Could you please provide completed demo to reproduce the issue (including dhtmlx.js/css and css/styles.css)?

I have attached a zip containing the code I am using.

THanks…


CFdhtmlxdemo.zip (556 KB)

Try to ad the following code:


    html, body {
        width: 100%;
        height: 100%;
        margin: 0px;
        overflow: hidden;
    }


Works fine on our side with your demo in IE6.