Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/swift/20.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html UL未在IE8兼容模式下显示_Html_Html Lists_Ie8 Compatibility Mode - Fatal编程技术网

Html UL未在IE8兼容模式下显示

Html UL未在IE8兼容模式下显示,html,html-lists,ie8-compatibility-mode,Html,Html Lists,Ie8 Compatibility Mode,我有一个基本的无序列表,在IE8兼容模式下不显示,但当兼容模式关闭时,它会正确显示 我发现了这个问题。结果是它不喜欢列表项的background:none属性 我在IE8中尝试了以下代码(兼容模式已关闭) 它起作用了 <html> <body> <ul type="disc"> <li>hii</li> <li>bye</li> <li>hello</li> </ul> <

我有一个基本的无序列表,在IE8兼容模式下不显示,但当兼容模式关闭时,它会正确显示


我发现了这个问题。结果是它不喜欢列表项的background:none属性

我在IE8中尝试了以下代码(兼容模式已关闭) 它起作用了

<html>
<body>
<ul type="disc">
<li>hii</li>
<li>bye</li>
<li>hello</li>
</ul>
</body>
</html>

  • hii
  • 再见
  • 你好

这是后台的问题:列表项上没有。我通过设置背景图像来定制项目符号,在第一项中我只是将其设置为“无背景”,但这导致整个列表消失。

请详细说明。添加一些代码或给我们一个url。