Folks, In all likelihood, this is not a bug but, I do sympathize a little with mike1000 who's question went unanswered for a fair amount of time. Using two scripts on a page however, is something we reserve the right not to deal with here, as noted here:
Note: Questions regarding multiple script usage are not usually replied to due to their time consuming nature. See this thread for more information, and this tutorial for one possible solution.
and elsewhere in these forums. Also, to be a bug, you must encounter the problem on the demo page. That being said, it sounds as though your offending content has a higher z-index than your pop-up image. Discover this z-index and set the pop-up's to at least 1 unit higher:
Code:
#showimage{
position:absolute;
visibility:hidden;
border: 1px solid gray;
z-index:100;
}
No way to be certain though, without a link to the page in question to diagnose the problem.
Bookmarks