Hi, I'm trying to understand why the expose is overlaying on top of my form when I click on it in IE6 and IE7.

I'm using this to call the Expose:

	var form = $("#request,#contact,#comment_form").expose({color: '#464646', lazy: true, maskId: 'mask'});
	form.click(function() {
		$(this).expose().load();
	});

I've read through the forums about z-index issues but nothing I've tried seems to fix it.

any help is very much appreciated!

Thanks.