Transparency issue in IE

Phoca Gallery - image gallery extension
karaoke
Phoca Member
Phoca Member
Posts: 11
Joined: 07 Feb 2010, 11:47

Transparency issue in IE

Post 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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49299
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Transparency issue in IE

Post 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
If you find Phoca extensions useful, please support the project
karaoke
Phoca Member
Phoca Member
Posts: 11
Joined: 07 Feb 2010, 11:47

Re: Transparency issue in IE

Post 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
karaoke
Phoca Member
Phoca Member
Posts: 11
Joined: 07 Feb 2010, 11:47

Re: Transparency issue in IE

Post 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', {
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49299
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Transparency issue in IE

Post by Jan »

Ok
If you find Phoca extensions useful, please support the project
Post Reply