Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Learn More

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

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

  • 1 risposta
  • 16 hanno questo problema
  • 35 visualizzazioni
  • Ultima risposta di 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

Tutte le risposte (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