The only problem I see in IE (IE6/Win) is that the sidebar's unordered list isn't lined up correctly.  That's because IE uses margins to indent lists by default, and gecko uses padding.  And you specified margin: 0 for the list, which removed the indent in IE.  I recommend setting the padding to 0 in your #sidebar ul rule, then setting the left margin of it to whatever you want the indentation to be.  Are you seeing more severe problems, or did you already fix them?

Reply via email to