Results 1 to 4 of 4

Thread: Lock Scrollbars?

  1. #1
    Join Date
    Nov 2005
    Location
    ankara / turkiye
    Posts
    16
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Lock Scrollbars?

    anyone have a code to lock scrollbars. the exact thing that i need is not to move scrollbars.

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    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

  3. #3
    Join Date
    Nov 2005
    Location
    ankara / turkiye
    Posts
    16
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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.

  4. #4
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •