gpt4 book ai didi

html - HTML 页面中的连字符列表在 IE 8 中不起作用

转载 作者:太空宇宙 更新时间:2023-11-04 13:52:58 25 4
gpt4 key购买 nike

下面的代码在 IE 8 中不工作,除了这个浏览器它在所有浏览器中工作。谁能帮我解决这个问题?

CSS

ul.hyphen-list {
list-style-type: none;
margin-left: 1.5em;
padding-left: 1em;
text-indent: -0.85em;
}

ul.hyphen-list li:before {
content: "- ";
}

HTML

<ul class="hyphen-list">
<li>This is line 1<br/>part 2</li>
<li>This is line 2</li>
</ul>

最佳答案

ul.hyphen-list {
list-style: none;
}

在 IE8 的浏览器堆栈上测试;工作正常 - http://jsfiddle.net/9RGeB/7/

http://jsfiddle.net/9RGeB/7/show/

记住:IE 7 不支持 :before

http://css-tricks.com/browser-support-pseudo-elements/

关于html - HTML 页面中的连字符列表在 IE 8 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22095750/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com