messed up html

Discussion in 'HTML & Website Design' started by christoph, Jan 13, 2010.

Thread Status:
Not open for further replies.
  1. #1
    School boy error - didnt back up template:

    just done something note quite sure what and now my sidebar has gone down to the bottom.

    The main body should only be 605 pixels and the side bar is 314 yet my outer wrapper is 938 so its not that...

    little confused would appreciate some immediate assisatance...
     
    christoph, Jan 13, 2010 IP
  2. christoph

    christoph Active Member

    Messages:
    279
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    55
    #2
    #outer-wrapper {
    width: 938px;
    margin:0 auto;
    padding: 10px;
    text-align:$startSide;
    font: $bodyfont;
    border:2px solid $bordercolor;
    }

    #main-wrapper {
    width: 605px
    float: $startSide;
    word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
    overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
    border:1px solid $bordercolor;
    }

    #sidebar-wrapper {
    width: 314px;
    float: $endSide;
    word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
    overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
    }



    FYI

    SITE IN SIG
     
    christoph, Jan 13, 2010 IP
  3. christoph

    christoph Active Member

    Messages:
    279
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    55
    #3
    Please disregard - problem solved...
     
    christoph, Jan 13, 2010 IP
Thread Status:
Not open for further replies.