Welcome to TalkGraphics.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2010
    Location
    Abbotsford BC Canada
    Posts
    13

    Default No scroll bars on web pages

    I built this website based on multiple layers instead of pages. The web page does not have any scroll bars. Here is the site: http://fullcbc.com/101/

    Previous sites built with pages had the scroll bars: http://profilephotographic.com

    What am I missing?
    Thanks

  2. #2
    Join Date
    Nov 2010
    Location
    Abbotsford BC Canada
    Posts
    13

    Default Re: No scroll bars on web pages

    Sorry for the post. I solved my problem. It had nothing to do with Xara. I had added an external style code, which eliminated the scrollbars:

    <style type="text/css">
    body {
    background-color: #000;
    overflow:hidden; (means no scroll bars)
    }
    div#flashContent, body, html {
    height: 100%;
    }
    body,td,th {
    color: #FFF;
    }
    </style>

    Thanks for looking at it though...
    Dirk

  3. #3
    Join Date
    Aug 2004
    Location
    Ukraine
    Posts
    3,904

    Default Re: No scroll bars on web pages

    It dosn't have any scrollbars as long as it fits browser window. If it doesn't, the scrollbars appear.
    John.

 

 

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
  •