Results 1 to 2 of 2

Thread: problem viewing my site

  1. #1
    Join Date
    Sep 2007
    Posts
    1

    problem viewing my site

    hello everyone am a newbie in designing websites
    i can view my site perfectly but some visitors have been telling me that my site is not aligned well and its all over each other !

    please have a look and thank you in advance !

    www.aiesec-bh.com

  2. #2
    Join Date
    Feb 2006
    Location
    Salisbury UK
    Posts
    4,332
    Use http://validator.w3.org/ to check your errors and sort them out before doing anything else.

    In some cases you have position: absolute divs inside other position: absolute divs and I don't think this helps. Try closing off each div before you start the next if they are all position: absolute.

    The object with the calendar is 168* 193px but is inside a div 100*199px.

    If you reduce the window size, a lot of divs disappear off the left side of the screen. The div holding the text has left: -193px which is causing the text to move out to the left in a smaller window in IE7.

    Remember that in your page all position: absolute divs take a position from the window (viewport) edges and because you have many with a right position they take a position from the right edge so that if the window size is reduced, they all move to the left, sometimes off-screen.

    Your main div has align="middle" so that will move as the screen size varies but the position: absolute divs move separately unless the main containing div has position: relative. This causes the position: absolute divs inside it to take positions from the containing div edges instead of the window edges which may help you.
    Code downloaded to my PC will be deleted in due course.
    WIN7; IE9, Firefox, Opera, Chrome and Safari for Windows; screen resolution usually 1366*768.
    Also IE6 on W98 with 800*600 and IE8 on Vista 1440*900.

Similar Threads

  1. 4 Steps to Attract Site Visitors to Image Gallery
    By useful in forum Web Design, HTML Reference and CSS
    Replies: 0
    Last Post: 29 Aug 2006, 03:04 AM
  2. Problem viewing in Firefox
    By vivek192 in forum Web Design, HTML Reference and CSS
    Replies: 0
    Last Post: 17 Jan 2006, 03:16 AM
  3. Viewing site stats
    By craigs42 in forum General Questions
    Replies: 1
    Last Post: 29 Dec 2005, 03:25 PM
  4. Upload site problem
    By minister in forum General Questions
    Replies: 1
    Last Post: 13 Oct 2005, 10:03 AM

Posting Permissions

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