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.
Twitter Bootstrapを使用して<li>、選択/アクティブなアイテムを示す「標準的な」方法は何ですか? <ul>アイテムのリストがあり、一度に 1 つだけを選択したいと考えています。
<li>
<ul>
アクティブなクラスを li に適用します。関連するセレクター/マークアップ: .nav-list > .active > a, .nav-list > .active > a:hover { スタイルを ul.nav-list li.active a に適用します。それがあなたの言いたいことなら–</p>
ロス 17時間前