Hi there,
Trying to find the best way of create an overlap/overlay layer to fill the screen .. and then create a new layer on top on load in some html...
// Show popup - somehting like this..
$("#myBtn").click(function() {
$("#myDiv").load("myHTMLcode.html");
});
and then i need a way of remove it
Any ideas, is there an easy way of doing this, its similar to the modal form except i wish to load in html rather than show a form..