Categories | Question details Back To List | ||
new iframe in dhtmlxwindows Hi! we have found an anormal beahviour in dhtmlxwindows.js because there is an iframe: (_isIE?"<iframe frameborder='0' class='dhx_ie6_wincover_forsel' onload='this.contentWindow.document.body.style.overflow=\"hidden\";'></iframe>":"")+ It's a problem for us because this iframe is visible and our window show this iframe (with white backgorund) between the header and the content. Sorry for my english, best regards, Alberto Answer posted by Support on Nov 14, 2008 04:57 Hello, It seems that you didn't include the dhtmlxwindows.css file. It have class dhx_ie6_wincover_forsel in it which allows render this iframe in the different way. (This iframe is needed for IE only). |