Cannot get rid of modal in IE7

Once the modal opens in IE7 you cannot close it - this is not the case with FF. Neither clicking on the web page nor in the modal removes it.

My code is:

new Control.Modal('converter',{ opacity: 0.3, position: 'relative', width: 400, height: 130, offsetLeft : -200, offsetTop : 20 });

The contents are an AJAX call.

Posted November 27th, 2007 at 12:22pm by jhyams

Login or Register to Post