Wordpress IE6 problems with sidebar dropping below content

Discussion in 'HTML & Website Design' started by stain666, Aug 10, 2009.

  1. #1
    I hate IE6 , it never reads wordpress sites right. I have been able to get around this problem before but It's been from pure luck.

    the problem: IE6 drops the sidebar below the content.
    -I tryed resizing the sidebar
    -I've made the wrapper a percentage instead of a a set size
    -I've even added (magin: auto, 0 ) to the whole site thinking IE6 can't read: inline or float.

    anyone have a suggestion?
    thanks
     
    stain666, Aug 10, 2009 IP
  2. DesignSamples

    DesignSamples Banned

    Messages:
    170
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #2
    it's a sizing issue and specified margin issue with wordpress...

    Change the positions to FLOAT...

    Float the left side = float:left;
    and sidebar = float:right;

    Leave at least 10px in space between the 2 if you can and you should be fine...
     
    DesignSamples, Aug 10, 2009 IP