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.
サブメニューのメニューオプションを参照している間、上部のメニュー項目(ファイルなど)を強調表示したままにするにはどうすればよいですか?
これがペーストビンです:http://pastebin.com/aGJh8nQa
もちろん、このセレクターを使用するのはなぜですか。
#menu li:hover > a { background-color: rgb(216,216,216); }
JSFiddleで表示