Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私のliはdisplay: list-item;を取得しています。ブラウザから自動的にディスクを前面に持っているので、list-style-type:none; を試しました。しかし、それは機能しません。機能するのはdisplay: inline;だけです。その後、ディスクは消えますが、すべての位置が台無しになります。表示を削除するにはどうすればよいですか: list-item;?
それをliではなくulに置く
ul{list-style-type:none;}
問題を修正しました。すべての li の前に背景画像がありました。それを削除して問題を解決しました。混乱させて申し訳ありません。ありがとうございます。