Page 1 of 1

Transparency issue in IE

Posted: 28 Jun 2010, 21:37
by karaoke
Hi,

I've set the background of the modal box to be transparent. This works fine in firefox but in IE the images are showing with a white background. How do I get the transparency working in IE?

Thanks

Re: Transparency issue in IE

Posted: 28 Jun 2010, 22:32
by Jan
Hi, I think, this is more question on modal box developer, maybe the transparency does not work for IE, so it is changed in javascript to white in modal box :idea:

Jan

Re: Transparency issue in IE

Posted: 29 Jun 2010, 01:44
by karaoke
How can I modify the modal box? I think I have to add ALLOWTRANSPARENCY="true" to the iframe but I don't know how. Please advise.

Thanks

Re: Transparency issue in IE

Posted: 29 Jun 2010, 03:14
by karaoke
karaoke wrote:How can I modify the modal box? I think I have to add ALLOWTRANSPARENCY="true" to the iframe but I don't know how. Please advise.

Thanks
I just figured it out :

I added

Code: Select all

'ALLOWTRANSPARENCY': true,
to "modal.js" under

Code: Select all

return new Element('iframe', {

Re: Transparency issue in IE

Posted: 30 Jun 2010, 11:28
by Jan
Ok