


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

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



The article discusses the HTML <progress> element, its purpose, styling, and differences from the <meter> element. The main focus is on using <progress> for task completion and <meter> for stati

Article discusses best practices for ensuring HTML5 cross-browser compatibility, focusing on feature detection, progressive enhancement, and testing methods.

The article discusses the HTML <datalist> element, which enhances forms by providing autocomplete suggestions, improving user experience and reducing errors.Character count: 159

The article discusses using HTML5 form validation attributes like required, pattern, min, max, and length limits to validate user input directly in the browser.

The article discusses the HTML <meter> element, used for displaying scalar or fractional values within a range, and its common applications in web development. It differentiates <meter> from <progress> and ex

The article discusses the viewport meta tag, essential for responsive web design on mobile devices. It explains how proper use ensures optimal content scaling and user interaction, while misuse can lead to design and accessibility issues.

The article discusses the <iframe> tag's purpose in embedding external content into webpages, its common uses, security risks, and alternatives like object tags and APIs.

HTML is suitable for beginners because it is simple and easy to learn and can quickly see results. 1) The learning curve of HTML is smooth and easy to get started. 2) Just master the basic tags to start creating web pages. 3) High flexibility and can be used in combination with CSS and JavaScript. 4) Rich learning resources and modern tools support the learning process.
