在 IE 的 quirks 模式下,当设置为绝对位置时,图像看起来仍然是内联的。
<li style='padding-left:25px;position:relative'>
Hello, I am some text
<img src='http://userserve-ak.last.fm/serve/34s/2378690.jpg' style='position:absolute;left:0px;'/>
</li>
有没有办法让它表现得像在标准模式下(只用 CSS)?