非常简单的超文本:
<div id="wrapper" style="background-color:green;">WRAP
<div style="float:right;">float2</div>
</div>
成果:
- in Chrome, IE8, IE9: the words "WRAP" and "float2" position on the same line; both words and the whole line have green BG
- in IE7 only: word "WRAP" position on 1st line and has green BG; word "float2" position on 2nd line and has white BG
因此,我想的是:IE7行为=IE8/9/Chrome行为。