Horizontal scrolling

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Just D.

    Horizontal scrolling

    Does anybody know how to disable the horizontal scrolling on ASPX form? What
    JAVA script should be used for that? The standard methods don't help and I'm
    looking for some JAVA function to fire it onscroll event to scroll the page
    back. Actually it's a bug of ASPX pages, we can disable the vertical
    scrolling but horizontal scrolling works if we try it with the touchpad. The
    only one possible solution I see is to use JAVA scripting.

    Just D.


  • frizzle

    #2
    Re: Horizontal scrolling

    It could be that this is not the case here, but it's easy to check:

    Asuming you're using DreamWeaver:
    Dreamweaver always inserts one or two lines in your pages before
    the <html> tag. Delete those lines, and the problem could be solved...

    Comment

    • Just D.

      #3
      Re: Horizontal scrolling

      Actually not. I can scroll any page (aspx, html, ...) in a horizontal
      direction using my touch pad. It's not configurable using a standard way and
      I decided to use a JAVA script that should be executed onscroll() event of
      the form. The question was how to scroll the page back to the initial
      position in a horizontal direction using JAVA script.

      Just D.

      The idea was to use
      "frizzle" <phpfrizzle@hot mail.com> wrote in message
      news:1109932428 .688942.187190@ o13g2000cwo.goo glegroups.com.. .[color=blue]
      > It could be that this is not the case here, but it's easy to check:
      >
      > Asuming you're using DreamWeaver:
      > Dreamweaver always inserts one or two lines in your pages before
      > the <html> tag. Delete those lines, and the problem could be solved...
      >[/color]


      Comment

      Working...