Sidebar messed up in IE

Discussion in 'HTML & Website Design' started by MelogKnaj, Apr 20, 2008.

  1. #1
    I am using wordpress and in IE the sidebar of my site is at the bottom of the page under all my posts, not on the right side of the page where it should be. The sidebar shows up fine in Firefox, the site in question is in my sig. I can post the relevant code if necessary, any help on this matter would be greatly appreciated.
     
    If someone posts a solution, use the "Best Answer" link in their post to pick it as the best answer.
    MelogKnaj, Apr 20, 2008 IP
  2. MelogKnaj

    MelogKnaj Guest

    Best Answers:
    0
    #2
    Can anyone help me out here, willing to pay $1 by paypal to anyone who can tell me how to fix this.
     
    MelogKnaj, Apr 20, 2008 Set Best Answer IP
  3. MoT

    MoT Peon

    Messages:
    97
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #3
    add display: inline; to .leftcol :)
    .leftcol { width: 68%; float: left; margin: 0 20px; text-align: left; display: inline;}
    Code (markup):
     
    MoT, Apr 20, 2008 Set Best Answer IP