搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

list-style-image: none; css statement does not work

  • 1 个回答
  • 16 人有此问题
  • 35 次查看
  • 最后回复者为 cor-el

more options

http://www.sailingatsixty.net/testli.php - is a concise example

I want to have an unordered list (ul) with no bullets. Its used for a menu. It renders without the bullets fine in IE, Opera, and Safari, but Firefox refuses to lose the bullets Can you help?

This happened

Every time Firefox opened

http://www.sailingatsixty.net/testli.php - is a concise example I want to have an unordered list (ul) with no bullets. Its used for a menu. It renders without the bullets fine in IE, Opera, and Safari, but Firefox refuses to lose the bullets Can you help? == This happened == Every time Firefox opened

所有回复 (1)

more options

Set the type to none and use the correct selector (.sidebarmenu ul doesn't exist, you need ul.sidebarmenu li or just .sidebarmenu li)

.sidebarmenu li