anyone have a code to lock scrollbars. the exact thing that i need is not to move scrollbars.
anyone have a code to lock scrollbars. the exact thing that i need is not to move scrollbars.
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:
HTML Code:<iframe src="pic.htm" scrolling="no" frameborder="1"></iframe>
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
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.
There is no way that I know of to control the scrolling behavior of a page that you cannot edit directly.
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Bookmarks