RandomRobbo
07-30-2012, 07:17 PM
Hi all,
I want to present an external webpage in an iframe in a particular position. My web page is currently http://www.weatherinaflash.com/forecast5.html
This is how I have set out the div.
[CODE]
<div style="width:645px; height:340px; overflow:hidden; position:absolute; top:250px; left:250px">
<iframe src="http://www.wunderground.com/cgi-bin/findweather/hdfForecast?query=leyland%2C+leyland#forecast" style="position:relative" width="645px" height="340px" scrolling="no">
</iframe>
</div>
[CODE]
Does anybody think there is a better way to do this? Some browsers are accepting this like explorer 8, but safari and chrome are not working:)
Many Thanks,
I want to present an external webpage in an iframe in a particular position. My web page is currently http://www.weatherinaflash.com/forecast5.html
This is how I have set out the div.
[CODE]
<div style="width:645px; height:340px; overflow:hidden; position:absolute; top:250px; left:250px">
<iframe src="http://www.wunderground.com/cgi-bin/findweather/hdfForecast?query=leyland%2C+leyland#forecast" style="position:relative" width="645px" height="340px" scrolling="no">
</iframe>
</div>
[CODE]
Does anybody think there is a better way to do this? Some browsers are accepting this like explorer 8, but safari and chrome are not working:)
Many Thanks,