dartmoortom
Programmer
Hi guys,
I have the code to tell an iframe to sit over a certain section of a page - and dont worry I have allready confirmed with the owners of the other site this is OK with them.
my problem lies in browser compatability in mozilla I get one part of the page but in IE the section has moved slighty. I have worked out the pixels needed for each clipping and tried this code:
any pointers please??
I have the code to tell an iframe to sit over a certain section of a page - and dont worry I have allready confirmed with the owners of the other site this is OK with them.
my problem lies in browser compatability in mozilla I get one part of the page but in IE the section has moved slighty. I have worked out the pixels needed for each clipping and tried this code:
Code:
<div style="overflow:hidden; width:795px; height:351px !important; -moz-height:357px; margin:0 auto;">
<iframe src="[URL unfurl="true"]http://www.helpfulholidays.com/property.asp?ref=A614"[/URL] scrolling="no" style="width:1000px; height:1300px; border:none; margin-left:-180px; margin-top:-689px !important; -moz-margin-top:-729px;"></iframe>
</div>
any pointers please??