Tuesday, January 13, 2004

Favor -- IE problems

Hi — if you’re using Internet Explorer, can you verify that the home page for this site loads properly? I’ve heard from a number of people using IE on Windows machines that the sidebar (starts with Archives, goes down from there) doesn’t show up on the side but below the main posts at the bottom of the page.



I can’t figure this out, since it shows properly on my machine (in both IE and Firebird). So — if you’re seeing a problem, drop me a line or leave a comment.



Any CSS wizards care to take a crack at figuring out why this is broken?

5 comments:

  1. It's a width issue. When you live within a cramped window, the calendar ends up wider than the sidebar, and, what with the box model and all, IE decides not to bump into anything. Gecko renders this with the calendar's table overlapping the main content.

    ReplyDelete
  2. Will's right. The page looks fine when my browser is maximized, but it breaks down quickly when I resize. I would suggest reducing the width of #content a bit, and maybe play with the padding on .side. You shouldn't have to change it much to get it to look normal at most resolutions.

    ReplyDelete
  3. Rick: I'm at 1400x1050, and it's fine, but when the width goes down below about 800, the sidebar (everything from the calendar on down) drops off.

    ReplyDelete
  4. Thanks, everyone. I changed the CSS to give the content window just 66% of the window, instead of 70%. So far, that seems to have helped.

    ReplyDelete
  5. Works fine on my laptop screen, the monitor I have for it, and my home computer's monitor - and it did even before you made those tweaks.

    ReplyDelete