・html
<div class="sample"> <img src="#"> <p>test</p> </div> ・css.sample {
position: relative
}
.sample img {
opacity: 0.5;
}
.sample img:hover{
opacity: 1;
}
.sample p{
position: absolute;
top: ●px; (imgとpが重なっていると想定します。)
}
この時にカーソルがpの上にくるとimgにhoverが適応されなくなります。
pの上にカーソルがあってもimgのhoverを適応させる方法を知りたいです。
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/04/09 05:59