|
Is the <div> you want to show/hide
<div id="slideInShade" style="position:absolute;z-index:99;visibility:hidden;"></div>
(that is the rectangle with a "close" button)?
Make up your mind. Do you want it to display once per browser session or once per day?
|