iframes floating bug in IE

M

Michael

Hi,
i have a problem with floating iframe in IE. In mozilla and other
browsers all works fine.

On my page i have two iframes. One is has css parameter "float:right".
This one is rendered good, but the second one, which should be on left
side next to the first one is in IE rendered on left side, but below
the first one....

Example:
http://ppp.webarranger.com/gallery.php

Click on some photos on right side...

Can someone help please ?

Thanks
 
B

BootNic

Michael said:
news: (e-mail address removed)
Hi,
i have a problem with floating iframe in IE. In mozilla and other
browsers all works fine.

On my page i have two iframes. One is has css parameter "float:right".
This one is rendered good, but the second one, which should be on left
side next to the first one is in IE rendered on left side, but below
the first one....

Example:
http://ppp.webarranger.com/gallery.php

Click on some photos on right side...


http://www.positioniseverything.net/explorer/threepxtest.html

<!--[if gte IE 5.5 & lte IE 6]>
<style type="text/css">
iframe{
margin-left: -3px;
margin-right: -3px;
}
</style>
<![endif]-->
 
M

Michael

Thanks for help BootNic...

When I read your hack I have an idea to make an iframes smaller. I
decrement width of iframe from 624 to 620 and now it works in IE...

Thanks a lot.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,012
Latest member
RoxanneDzm

Latest Threads

Top