Results 1 to 2 of 2

Thread: How to remove only the horizontal scrollbar?

  1. #1
    Join Date
    Jul 2009
    Location
    Binus University
    Posts
    472
    Thanks
    78
    Thanked 21 Times in 21 Posts

    Default How to remove only the horizontal scrollbar?

    Hi, thanks for reading.
    So my questions is, how to remove the horizontal scrollbar only the horizontal one.

    i try :
    Code:
    style="overflow:hidden"
    But it hide both horizontal and vertical scroll.

    Thanks in advanced...
    Last edited by davelf; 07-08-2011 at 03:22 AM.
    _____________________

    David Demetrius // davejob
    _____________________

  2. #2
    Join Date
    Jul 2009
    Location
    Binus University
    Posts
    472
    Thanks
    78
    Thanked 21 Times in 21 Posts

    Default

    ups i'm really sorry.
    I already figured it out:
    Code:
    overflow-x: hidden; overflow-y: auto;
    thanks
    _____________________

    David Demetrius // davejob
    _____________________

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
  •