Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Website display problems – PLEASE HELP!!!

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #29340
    Lucilleb
    Member

    Hi everyone,

    I built a website and have been having complaints that it does not display properly when viewed. On my side it displays fine, but other users say that the site only displays about 3/4. I don’t have a clue why this is happening. Please, please, please, please can someone have a look at it and tell me what I can do to make this better?

    The site can be viewed at http://www.southcoastchristmasmarket.co.za

    I really hope that someone can help me.

    Lucille

    #77721
    jamygolden
    Member

    I checked it out in IE6, IE7, IE8 and Firefox 3.6.3 and they are all displaying the same way.

    The site is strictly designed for 1024/768. If it gets any larger, then white-space starts appearing on the right (Which could be what the ‘people’ are misinterpreting as only displaying 3/4)

    #78329
    Lucilleb
    Member

    Is there any way that I can fix this?

    #78333
    jamygolden
    Member

    Add this to your CSS:

    Code:
    body{
    background: url(Images/bg_image.jpg);
    }

    and change this

    Code:
    #page-wrap {
    height: 800px;
    width: 980px;
    margin-left: 10px;
    background-image: url(Images/bg_image.jpg);
    }

    To this:

    Code:
    #page-wrap {
    height: 800px;
    width: 980px;
    margin: 0 auto;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.