Home  >  Article  >  Web Front-end  >  I encountered a problem. This page displays normally under IE7 and IE8, but under IE6, the left side of the page displays normally, and the entire right side is pushed to the bottom, and it is the bottom right side. Can you help me take a look? _html/css_WEB-ITnose

I encountered a problem. This page displays normally under IE7 and IE8, but under IE6, the left side of the page displays normally, and the entire right side is pushed to the bottom, and it is the bottom right side. Can you help me take a look? _html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 12:12:521060browse

http://hi.csdn.net/attachment/201109/5/10165841_1315211223VL44.jpg
You will know when you see this picture, is this the case?
There is a problem with the display in IE6. I used display:inline;overflow:hidden; but none of these have any effect. What's going on? Please help me?


Reply to the discussion (solution)

Please help me, please help!

How do you separate these two pieces DIV?

Well, it is separated by div,

.ct_left {
width:790px;
padding-top:10px;
}
. ct_right {
width:390px;
padding-top:10px;
display:inline;
overflow:hidden;
These two are separated,

I solved it , Haha, it turns out that one line of content on my left exceeds the width of the left frame. I just changed this and it will be fine. Thank you for your help.

Um, I thought IE6 had another problem. . .

Thank you everyone for your help,

I am most afraid of being squeezed into the next line~~

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn