ericmmartin / simplemodal

A modal dialog framework for jQuery
http://simplemodal.com/
Other
507 stars 229 forks source link

On IE6 the simplemodal-wrap has no height and the contents inside collapse #18

Closed codeuniquely closed 8 years ago

codeuniquely commented 12 years ago

Using version 1.4.3 release with a fairly simple calls It works on all other IE versions and other browsers makes, just collapses on IE6

called using:

$('#popup-box').modal({ opacity: 50, overlayId: 'popup-box-overlay', containerId: 'overlay-container', closeClass: 'modal-close' });

JohnSThomas commented 8 years ago

IE6 is no longer supported.