Technology Networking & Internet

How to Disable the Scrollbar in HTML

    • 1). Open your Web page in Windows Notepad, or a dedicated Web editor if you have one.

    • 2). Press "Return" or "Enter" after the first "<head>" tag.

    • 3). Type the following code in as the basis for the tag:

      <STYLE TYPE="text/css">

      body {overflow:hidden}

      </STYLE>

    • 4). Replace "body" with "div," "frame" or any other tag where you may have scrollbars appear. Save your document.



Leave a reply