|
Posted by BootNic on 10/03/06 11:45
> Michael <michal.zahradnicek@umb.sk> wrote:
> news: 1159857953.193057.325920@k70g2000cwa.googlegroups.com
> 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]-->
--
BootNic Tuesday, October 03, 2006 7:44 AM
Wife who put husband in doghouse soon find him in cat house.
*Ancient Chinese Proverbs*
[Back to original message]
|