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.
アンカータグ内に div を追加するだけです。
<div class="menu"> <div class="dummy"></div> <a href="#"><div>Link 1</div></a> ..... <a href="#"><div>Link 6</div></a> </div>
css で div の高さを指定できるようになりました
.menu a div{ height:50px; width:100px; }