6 messages in com.googlegroups.google-gadgets-api[Google-Gadgets-API] Re: Gadget backg...
FromSent OnAttachments
zwiet10 Apr 2008 00:09 
yamuyam30 May 2008 07:04 
Bonstio (Guru)30 May 2008 08:15 
yamuyam30 May 2008 18:27 
Bonstio (Guru)01 Jun 2008 07:06 
yamuyam02 Jun 2008 16:24 
Subject:[Google-Gadgets-API] Re: Gadget background color transparent not working in IE?
From:yamuyam (yamu@gmail.com)
Date:05/30/2008 07:04:03 AM
List:com.googlegroups.google-gadgets-api

I'm having the same problem, on IE6/7, the "background-color: transparent;" does not work. But Firefox is OK.

I think IE requires an "allowtransparency=true" attribute at iframe element. But gmodules does not output the attribute.

<iframe allowtransparency="true"><!-- gadget code --></iframe>

Does anybody have a solution ?

On 4月10日, 午後4:09, zwiet <p.@cammap.nl> wrote:

Hi all,

I'm trying to create atransparentbackground for my gadget so it looks nice when people put it on their website. I'm using document.body.style.backgroundColor="transparent"; for this purpose. It works fine in FireFox but it doesn't work in IE (no matter what version). You will see a grey colored border around the tv-skin in IE.

Sample of the gadget :

http://www.cammap.net/ytube/newyttv2b.xml

Anybody got a clue?