Ok so I have an iframe loading a page... this page is a news script that I am using (fusionNEWS). When the page is included inside the iframe there is a white border around the content. To see what I mean click here. This only happens in IE though. In FireFox where I also tested it this is how it looks this is how I want it to look.
My code for the iframe is as follows:
<iframe src="news/news.php" allowtransparency="true" height="300" width="612" name="content" frameborder="0" scrolling="auto">
<?php
include "news/news.php";
?>
</iframe>
Does anyone know how I could get it to look how it does in FF in IE? I can also post code from the news.php page that is being loaded in if that would help anyone.
Thanks in advance for any help.
My code for the iframe is as follows:
<iframe src="news/news.php" allowtransparency="true" height="300" width="612" name="content" frameborder="0" scrolling="auto">
<?php
include "news/news.php";
?>
</iframe>
Does anyone know how I could get it to look how it does in FF in IE? I can also post code from the news.php page that is being loaded in if that would help anyone.
Thanks in advance for any help.
Comment