Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/73.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 垂直滚动页面时,列表项目符号会留下破折号_Html_Css_Firefox_Cross Browser_Html Lists - Fatal编程技术网

Html 垂直滚动页面时,列表项目符号会留下破折号

Html 垂直滚动页面时,列表项目符号会留下破折号,html,css,firefox,cross-browser,html-lists,Html,Css,Firefox,Cross Browser,Html Lists,垂直滚动页面时,列表项目符号会留下一条破折号 我只在Firefox中注意到这种行为 如何解决这个问题 对不起,我还不能评论。我在firefox上尝试了你的代码,它留下了你描述的破折号。但光盘类型没有。渲染时firefox似乎有问题。我试过其他符号,比如 它也会留下破折号。但是格雷戈里不破折号在这个例子中你看到破折号的痕迹了吗我觉得问题可能出在你的电脑上。@Rousseao不,你的代码显示干净。 <html> <head> <style type="text/css"

垂直滚动页面时,列表项目符号会留下一条破折号

我只在Firefox中注意到这种行为

如何解决这个问题


对不起,我还不能评论。我在firefox上尝试了你的代码,它留下了你描述的破折号。但光盘类型没有。渲染时firefox似乎有问题。我试过其他符号,比如


它也会留下破折号。但是格雷戈里不破折号

在这个例子中你看到破折号的痕迹了吗我觉得问题可能出在你的电脑上。@Rousseao不,你的代码显示干净。
<html>
<head>
<style type="text/css">
body {
  font-size: 16px;
}
li {
  text-align: left;
  list-style: circle;
}
</style>
</head>
<body>
  <div style="width: 600px; height: 400px; overflow: auto; background-color: #EFEFEF">
    <ul>
      <li>1</li>
      <li>2</li>
      <li>3</li>
      <li>4</li>
      <li>5</li>
    </ul>
    <div style="height: 500px"></div>
  </div>
</body>
</html>
ul {list-style-type: cjk-ideographic;}