killahill
May 11th, 2008, 07:37 AM
How can I get rid of my iFrames extra scroll bar but still be able to scroll down long pages. Like 800x1500. Some of the torrent site pages get really long.
For example I searched for dvd in btjunkie thru my site and if I didnt enable auto scroll I wouldnt be able to see most of those results. But since I did enable it I can, but... that annoying second scroll bar is still there. :icon_scra
http://www.plentyoftorrents.com/results_new.php?q=dvd&site=Btjunkie
heres the properties of my iFrame.
<body onload="autofitIframe('torrent_window')">
<?php
include('menu.php');
?>
<!-- include the site in an iframe -->
<iframe id="torrent_window" src="<?php echo $url; ?>" scrolling="auto" width="100%" height="1200" marginwidth="0" marginheight="0" frameborder="0" vspace="0" hspace="0"></iframe>
any help would be appreciated.:icon_prof
For example I searched for dvd in btjunkie thru my site and if I didnt enable auto scroll I wouldnt be able to see most of those results. But since I did enable it I can, but... that annoying second scroll bar is still there. :icon_scra
http://www.plentyoftorrents.com/results_new.php?q=dvd&site=Btjunkie
heres the properties of my iFrame.
<body onload="autofitIframe('torrent_window')">
<?php
include('menu.php');
?>
<!-- include the site in an iframe -->
<iframe id="torrent_window" src="<?php echo $url; ?>" scrolling="auto" width="100%" height="1200" marginwidth="0" marginheight="0" frameborder="0" vspace="0" hspace="0"></iframe>
any help would be appreciated.:icon_prof