Log in

View Full Version : Iframe locked, no scroll allowed?



motormichael12
11-17-2006, 10:30 PM
Is there a way to set it so that an iframe is locked on a page to where you cant scroll the iframe at all no matter what you try?

djr33
11-18-2006, 04:19 AM
There are ways, but there are also ways around them.

If you just disable javascript in the browser, it will be plenty moveable, among other things.

Why do you need this?

chechu
11-21-2006, 11:55 AM
Is this what you mean ?


<iframe src="name.html" name="sponsor" height=95 width=160 frameborder=0 scrolling=no></iframe>

djr33
11-21-2006, 12:59 PM
Yes... that works, but you can get around it.