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?