• I know about the sticky at the beginning of this forum, but its not working for me. I don’t have the code they talk about.

    My side panel only starts loading at the end of the windows in Internet Explorer 6. How can I fix this? I really need this to work.

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi You will need to set up some IE6 specific CSS. IE6 uses a different model for describing content block widths. Usually if you reduce the width of the content area the sidebar will pop back into place. Start with a narrow width and use trial & error to see how wide you can leave it before the sidebar pops under again.

    The quick and dirty solution uses the star html hack. Put a line of code at the end of your stylesheet. Only the IE6 browser will see this CSS as applicable.

    Find the id of your content area Div. If its id=”content” and the width is 600px, start with 550

    * html #content {width: 550px; }

    This won’t fix the problem in every single theme because sometimes something other than content width is causing the problem, but it works in the majority of cases. If not your best bet is post a URL

    Thread Starter conradtheart

    (@conradtheart)

    Hi.

    Thanks for the reply, but I’m not really understanding. Where do I find the CSS file?

    My blog is https://www.technologyheaven.com

    named style.ie6.css
    you can downlaod example from https://www.inda.cc – rose flowers theme…and you ll see

    Thread Starter conradtheart

    (@conradtheart)

    Hi!

    Got it sorted. Reduced my sidebar width with 1 px.

    Thanks a lot for the help!

    Conrad

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can’t get blog to load sidebar properly in Internet Explorer 6’ is closed to new replies.