Right column still displayed under left column in IE
-
I know this issue has been brought up, but I have been unable to find the solution in my search of previous posts. My floating columns are being displayed one over the other. I can get them to display side by side, but to do that I have to reduce the width of the first column, and the width of the second is ignored anyway. After doing that, the pages don’t look good in Firefox anymore. I’ve had this problem with Kubric as well as my current theme, Gumamela. I use a Mac, so I don’t see the problem very often, but people as starting to ask about it.
Can someone suggest a solution? I apologize if this is a dead horse, I just haven’t been able to find a fix in previous posts.
Here are the styles that seem to be in control:
#content { width: 760px; margin: 0 auto; background: #FFFFFF url(images/img2_alt.gif) repeat-y; }
#colOne { float: left; width: 500px; }
#colTwo { float: left; width: 240px; }
Thanks in advance for any suggestions.
- The topic ‘Right column still displayed under left column in IE’ is closed to new replies.