IFRAME with white 'border'

_Lion

Joined: 2007-07-14
Posts: 2
Posted: Sat, 2007-07-14 09:15

Hai!

I tried to display the G2 ImageBlock on my homepage. Firefox displays it perfectly, but IE displays a large white 'border' around the picture.

See attachments for the difference.

I tried every transparency and background option I could find and think of. As well in the IFRAME source as in the imageblock.tpl.

The IFRAME is in a ASP page, but that should not make any difference (I think).

Anybody any idea?

With kind regards,

Martijn

AttachmentSize
firefox.jpg39.89 KB
ie.jpg44.44 KB
 
thumb
thumb's picture

Joined: 2004-05-26
Posts: 238
Posted: Sat, 2007-07-14 18:18

Have you tried iframe { border:0px solid #fff; } or possible setting the border to none? If what you're adding styles to an external stylesheet file or local style sheet in the head, you might also try applying styles directly inline in the iframe tag, i.e. <iframe style="border:0px solid #fff;>

http://2tbsp.com

 
_Lion

Joined: 2007-07-14
Posts: 2
Posted: Mon, 2007-07-16 07:38

Yep,

already tried that, but just to be sure I just tried it again and unfortunately it makes no difference..

 
thumb
thumb's picture

Joined: 2004-05-26
Posts: 238
Posted: Wed, 2007-07-18 00:19

Hmm, well, did you try applying the frameborder attribute (i.e. <iframe frameborder=0 src="myiframe.html" ...)?

http://2tbsp.com