If anyone can help I would be grateful. I am new to CSS and I have been trying to fix this page for several days. Got it working in Firefox, Safari, IE 7 and IE 5 but it just won't render correctly in IE 6. The right hand pic keeps getting bumped down. The page is <http://www.bopedesign.com/myersgroup/myersgroup8.htm>. Thank you in advance.
Basically you can create a conditional stylesheet for IE 6 and below and use it to set the margin and half what it is normally to compensate. Might be enough to bring the center column back to the left and bring the right sidebar back up.
I covered fixing this in the new screencast:
http://css-tricks.com/videos/css-tricks-video-23.php
Basically you can create a conditional stylesheet for IE 6 and below and use it to set the margin and half what it is normally to compensate. Might be enough to bring the center column back to the left and bring the right sidebar back up.