Categories | Question details Back To List | ||
ieonclosefocusfix This code is causing problems with windows. It is creating an input box at the bottom of the page in IE7. // focus fix ie case if (_isIE) { this._focusFixIE = document.createElement("INPUT"); this._focusFixIE.className = "dhx_windows_ieonclosefocusfix"; document.body.appendChild(this._focusFixIE); } I checked my CSS and did not see a class: dhx_windows_ieonclosefocusfix Does one need to exist? Answer posted by Alex on Feb 09, 2009 08:15 Please, see the answer to your previous message: http://dhtmlx.com/docs/products/kb/index.php?s=normal&q=7698 |