Welcome to TalkGraphics.com
Results 1 to 3 of 3

Thread: scroll bar

  1. #1
    Join Date
    Jul 2008
    Location
    Montevideo, Uruguay
    Posts
    1,345

    Default scroll bar

    When I see a web page in full screen mode the right var appears, how can I take it out?
    Best regards
    Javier

  2. #2

    Default Re: scroll bar

    Disable the browser scrollbar by adding this to a placeholder named <head>

    <style type="text/css">
    html {
    overflow: hidden;
    }
    </style>

  3. #3
    Join Date
    Jul 2008
    Location
    Montevideo, Uruguay
    Posts
    1,345

    Thumbs up Re: scroll bar

    Quote Originally Posted by sledger View Post
    Disable the browser scrollbar by adding this to a placeholder named <head>

    <style type="text/css">
    html {
    overflow: hidden;
    }
    </style>
    WOW, Thank you very much Steve, this forum is what makes xara the best software, nowhere you'll get a faster answer than here.
    Un abrazo
    Javier

 

 

Tags for this Thread

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
  •