• Resolved baubilt

    (@baubilt)


    My site baubilt.com is built with a modification of the quickchic theme.

    It displays perfectly in Chrome and Firefox, but does not display correctly in IE7.

    Specifically, the sidebar is displayed below the main/first column. This is true of both my site and of the quickchic theme demo.

    The html validates.

    Any advice for how to fix this? Even a hack of some kind would be helpful.

Viewing 4 replies - 1 through 4 (of 4 total)
  • what do you see?
    it looks same to me in FF and IE8

    One thing you can try, though I haven’t tested it in IE7 is go into your style.css and change your #sidebar style to:

    #sidebar {
    background:none repeat scroll 0 0 #FFFFFF;
    border-left:3px dotted #DDDDDD;
    float:right;
    font-family:Arial,Helvetica,Sans-Serif;
    font-size:1.1em;
    margin:0 0 10px 25px;
    padding:0 0 10px 30px;
    width:370px;
    }

    That should work for IE 7 (I tested with version FF 3.6 as well.)

    Thread Starter baubilt

    (@baubilt)

    Awesome, rhino18. Worked perfectly. Thanks a million.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Sidebar Not Rendering Correctly in IE7’ is closed to new replies.