• http://www.positioniseverything.net/explorer/expandingboxbug.html

    This site is an absolute gem. To all of you (and I know there are many) who are having IE 6 shove your sidebar to the bottom, and start it after you content div ends, this should fix it.

    under the #content section in the css add:

    overflow: hidden;

    This will cut off or hide the “imaginary” content that IE seems to add to the width.

    The issue is in IE for some reason:
    width of content + sidebar > width of wrapper

    This should fix it.

    Hope it helps ya.

Viewing 1 replies (of 1 total)
  • Also experiment with the padding and margin of the columns to get them the same in IE and FF. This often helps too.

Viewing 1 replies (of 1 total)
  • The topic ‘I fixed my IE side bar width Issues and you can too’ is closed to new replies.