sayedsohail Posted September 13, 2007 Share Posted September 13, 2007 Hi i am trying to append a div inside the document, but its not working in IE and firefox. Here is my simple code. function buildDimmerDiv() { z=document.body.appendChild(document.createElement("div")); z.id = "dimmer"; z.style.width = window.screen.width+'px'; z.style.height = window.screen.height+'px'; } Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.