IE8 checkout popup does not display

If you visit this page with Firefox etc and click add to cart you get a popup box saying "keep shopping/go to checkout etc “http://50.28.48.5/~smyrnahe/products-page/gala-sponsor/bronze-donation/
Visit it in IE8 and it the popup box does not appear. Any ideas on what is causing that?
Thanks

anyone?
Is it even a CSS issue? It is just IE8 by the way, not any other IE or browser

404 now… did you get it sorted?

Of course “popup” sends up every warning flare on the planet… is IE blocking it? Bet Opera does.

Thanks for the reply. It is not strictly a popup, it is a JQuery launched div/form.
I did get it sorted just this morning. Not CSS.

jQuery("form.product_form").submit(function () {

You have to add the input into the selector as well for IE to work

jQuery("form.product_form input[type='submit']").click(function () {