ボタンの上にカーソルを置いたときに、ボタンをその場所に置いたままにして、下に小さな説明ボックスを表示したいのです。デモには写真がないので、私が話していることを正確に見ることはできません. これは、どのように見えるべきかの写真でもあります。
デモ: http://jsbin.com/UXAleHi/1
CSS:
nav .ona a{
width: 151px;
height: 70px;
line-height: 76px;
position: absolute;
left: 350px;
}
nav .ona a:hover{
width: 293px;
height: 62px;
position: absolute;
top: 70px;
left: 257px;
background-image: url("Images/onama.png");
background-repeat: no-repeat;
display: block;
margin: 0;
padding: 0;
}