Have you tried shortening the width of your left column and testing in IE 6 to see if that corrects the problem? If it does, you can then use styles that will only be seen by IE 6 in the head of your document:
<!--[if lt IE 7]> <style type="text/css"> ...your styles here... </style> <![endif]--> There are other methods to only target IE 6: http://www.ejeliot.com/blog/63 http://www.positioniseverything.net/ie-primer.html On Mon, Jun 1, 2009 at 7:13 AM, Kc <[email protected]> wrote: > > I have a common problem, it is not just with WordPress but I > specifically can't get this one to work. > > The following page, www.conway-real-deal.com is not viewing correctly > in IE6. The right column is wrapping and does not show up until all > the way down the page after the left bar links (i.e. you have to > scroll way down to see it.) > > I know there must be a work around but I have actually seen this > problem on a lot of sites. > > Derek > > > > -- Thanks, Andy Baughman --~--~---------~--~----~------------~-------~--~----~ -- You received this because you are subscribed to the "Design the Web with CSS" at Google groups. To post: [email protected] To unsubscribe: [email protected] -~----------~----~----~----~------~----~------~--~---
