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://justxp.x10.mx/test/ どうすればこれを修正できますか?
#navlinks a { text-decoration: none; float: left; }
メニューのリンク要素に設定displayします。inline-block
display
inline-block
#navlinks a { display: inline-block; /* hack for old IEs */ *display: inline; zoom: 1; }