I met a problem about HTML rendering.
In dir=\"rtl\" document of IE7, when JavaScript tries to set focus to a DIV element(with oElement.focus() method), the rendering tu
Additionally, If you want to make a focussable element(form input elements etc.) as unfocussable. You can set :
tabIndex = "-1" document.getElementById("yourElement").setAttribute("tabIndex", "-1");