Jquery – Popup div doesn't stay on screen
I've created a form with a div on it that looks like this: <div id="imageModal" class="modal"> <span class="close" onclick="CloseImageModal()">; <img id="Image2" src="test" alt="View Document" runat ="server"/> </span> </div> In the code behind I get an image from the database and…