【发布时间】:2020-11-04 11:43:25
【问题描述】:
有什么方法可以让 IE11 中的子弹看起来正常,带有浮动图像和文本换行?
<style>
img {
float: left;
margin-right: 10px;
}
ol {
position: relative;
padding-left: 0;
left: 15px;
}
</style>
<img src="https://via.placeholder.com/100">
<div>Below are bullets</div>
<ol>
<li>This is the bullet</li>
<li>This is the bullet</li>
<li>This is the bullet</li>
<li>This is the bullet</li>
<li>This is the bullet</li>
</ol>
【问题讨论】:
标签: html css google-chrome internet-explorer cross-browser