Támogatás keresése

Kerülje el a támogatási csalásokat. Sosem kérjük arra, hogy hívjon fel egy telefonszámot vagy osszon meg személyes információkat. Jelentse a gyanús tevékenységeket a „Visszaélés bejelentése” lehetőséggel.

További tudnivalók

A témacsoportot lezárták és archiválták. Tegyen fel új kérdést, ha segítségre van szüksége.

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

  • 1 válasz
  • 16 embernek van ilyen problémája
  • 35 megtekintés
  • Utolsó üzenet ettől: 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

Összes válasz (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