Log in

View Full Version : Lock Scrollbars?



cadaver
11-23-2005, 09:48 PM
anyone have a code to lock scrollbars. the exact thing that i need is not to move scrollbars.

jscheuer1
11-24-2005, 06:08 AM
Lock what scrollbars, where? It is easier and has the same effect to eliminate scrollbars from the page or element you wish to lock in place. This is achieved in various ways depending upon the element or page in question and the overall requirements of the situation. I'm guessing that the element you want not to scroll is an iframe. If so:


<iframe src="pic.htm" scrolling="no" frameborder="1"></iframe>

cadaver
11-24-2005, 10:23 PM
this is not what i need. beacuse if u use a code like that you don't show scrollbars although you don't disable scrolling. you can scroll the page in the iframe by mousewheel or selecting all the contents by mouse. i need a code to lock or disable scrolling.

jscheuer1
11-25-2005, 01:04 AM
There is no way that I know of to control the scrolling behavior of a page that you cannot edit directly.