Click to See Complete Forum and Search --> : iFrame, where?
I used to use this script that was basically an iFrame. I lost all of my websites since 1999, so I lost the script. I have no clue as to where to find it, all I ever find nowadays are scrollers where you scroll by using "up | down" or image arrows. I just want an iFrame where you scroll by using the scroll bar in the iFrame. Can anyone help me out? Thanks.
rhsunderground
12-08-2003, 02:15 PM
whenever i've used iframes, a simple iframe like
<iframe src="ucn.html" width="750" height="600">
always gives me basic scrollbars. maybe i'm just special.
good luck.
giggledesign
12-08-2003, 02:52 PM
yes i always use:
CODE
<iframe frameborder="0" src="home.html" width="700" height="350" scrolling="auto" NAME="frame"></iframe>
/CODE