Results 1 to 1 of 1
  1. #1
    crazy7th
    crazy7th is offline
    Guest
    Join Date
    2013 Apr
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    Hide Browser Scrollbar via CSS

    In example, you have some bugs which actual size on your website are about 200% of browser height (or too much height) on your website, but still wanna looks like fit to screen.

    Some solution are you can add some code on stylesheet (css), something like this :
    Code:
    html, body {
      height: 100%;
      overflow: hidden;
    }
    with that one, function of scrollbar not turned off (just make it not visible/hidden)

    Hopes this are usefull

Similar Threads

  1. [Share] Hide Your Running Process
    By use1 in forum Software & Hardware
    Replies: 0
    Last Post: 2013-02-17, 04:48 AM
  2. [Help] How to Hide DLL Injection
    By emoisback in forum Other MMO
    Replies: 0
    Last Post: 2012-06-29, 12:17 AM
  3. [C++] Easiest way to Hide Injected DLL in Windows
    By Grooguz in forum C/C++
    Replies: 0
    Last Post: 2012-03-04, 04:53 PM

Posting Permissions

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