In the above code, the div on the left is floating, and the second div is non-floating. This will cause a 3px problem under IE6. In fact, this problem itself is caused by non-standard code writing. In standard browsers, because the first div will be separated from the document flow after floating, then the subsequent divs will fill the position of this div, and the display effect of the web page will be the first. One div will cover the second div, which is not a standard way of writing. The solution is to make the second div float as well. Modify the code as follows: <\/p>
螞蟻部落<\/title>