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.
画面の上部と同じ高さの水平メニューバーを作成しようとしています。Chromeでは正常に動作しますが、FirefoxではLIが半分カットされています。
これがフィドルです。
どうすれば正しく動作させることができますか?
.topmenu li:hover a, .topmenu a:hover { position:absolute; display:inline-block; width:inherit; height:30px; background:inherit; text-align:center; }
That should work for you. Just add position absolute to this section.