Hi there,
I have a div tag and working fine till yesterday. Just now I found out a problem which has to be rectified quickly.
I have a div tag. When time out is approaching then we need to pop up the message using div tag. Everything is working fine.
But on the page, where is the div tag is created, at the run time, it is showing the empty space.
How can I remove the empty space (div tag is invisible) on the page.
When I have used style="position: absolute;" the div tag is not shown when the user scrolls down the browser.
So with the help of ppl in this forum, I hv changed to style="position: fixed;"
The same code is working in the other page (it is not showing empty space). But on another page it is showing empty space. The div code is same all through out. I am not able to make out why the same code is working differently on different pages.
Also, the problem is that there is a placeholder in my page and this div tag does not show as it is shown on previous pages.
Please can somebody help me out
Thanks so much!!!!!!!!!
The code I have used is:
Div Tage Code:
Help with Code Tags html Syntax (Toggle Plain Text)
<div onload="blurAll();" id="userMessage" style="position: fixed; background-color:ButtonFace; z-index: 1; display: block; top: 307px; left: 304px; visibility:hidden; border: …