Log In · Register

 
Misaligned Page
YourSuperior
post Feb 17 2008, 12:25 AM
Post #1


;)
*******

Group: Staff Alumni
Posts: 9,573
Joined: Feb 2005
Member No: 99,124



Well I just finished coding my layout, and my friend is using a different resolution and they said the layout looks really misaligned on their computer and I use 1280x800 resolution. Can someone help me fix it? This is what it looks like on my computer:



Here's the site: http://takecamera.com/alvinward/test.php
 
 
Start new topic
Replies
libertie
post Feb 19 2008, 11:06 PM
Post #2


This bag is not a toy.
*******

Group: Staff Alumni
Posts: 3,090
Joined: Oct 2007
Member No: 583,108



Have you tried something like this? Try using it in place of your content/sidebar:

CODE
#content {
    /* Sets the position of the main div as well as the default fonts for the content */
    position: relative;
    width: 591px;
    overflow: none;
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
    color: #FFFFFF;
    text-align: justify;
    left: 50%;
    margin-left: -386px;
        top: -140px;
}
#navigation {
    /* Sets the position for the sidebar as well as the default module fonts */
    position: absolute;
    width: 164px;
    overflow: hidden;
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
    color: #FFFFFF;
    text-align: justify;
    top: -1px!important;
              top: -420px;
    left: 50%;
    margin-left: 218px;
}
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: