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
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...