私は通常のCSS3ドロップダウンを試してきました。
// CSS
.board {
width: 600px;
height: 50px;
cursor: pointer;
}
.button {
width: 150px;
height: 50px;
float: left;
display: inline;
background-color: black;
color: white;
font: 20px Arial, Verdana, sans-serif;
}
.sboard {
width: 150px;
height: 100px;
background-color: black;
}
//HTML
<ul class = "board"><li class = "button">
<ul class = "sboard"></ul>
</li></ul>
デバイスがタッチに反応しないため、iPhoneで動作させることができません。私のグーグル調査は意味のない結果をもたらしました。どのプロパティをリストに追加する必要がありますか?