![Firefox logo](https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/products/2020-04-14-08-36-13-8dda6f.png)
list-style-image: none; css statement does not work
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)
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