i don´t see title in IE9

Help,
i don´t see title in IE9.
thanks

<link rel="STYLESHEET" type="text/css" href="codebase/dhtmlxgrid.css">
<link rel="stylesheet" type="text/css" href="codebase/skins/dhtmlxgrid_dhx_skyblue.css">
<script  src="codebase/dhtmlxcommon.js"></script>
<script  src="codebase/dhtmlxgrid.js"></script>
<script  src="codebase/dhtmlxgridcell.js"></script>  

<script  type="text/javascript">
function cargando()
        {
            mygrid = new dhtmlXGridObject('gridbox');
            mygrid.setImagePath("codebase/imgs/");
            mygrid.setHeader("producto,TRIM MOV 02/11,TRIM MOV 02/12,MES MOV 12/11,MES MOV 01/12,MES MOV 02/12,Crecimiento");
            mygrid.setInitWidthsP("22,13,13,13,13,13,13");
            mygrid.setColAlign("left,right,right,right,right,right,right");
            mygrid.setColTypes("ed,ed,ed,ed,ed,ed,ed");
            mygrid.setColumnColor("#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF");
            mygrid.setSkin("light");
            mygrid.init();
            mygrid.loadXML("archivo.xml");
        }
</script>


help pls.

Unfortunately the issue cannot be reconstructed.
Please, provide a simple complete demo where the issue can reproduced to find what causing such behavior.
You can find tutorial how to create complete demo here docs.dhtmlx.com/doku.php?id=othe … leted_demo