.vpbutton {padding:4px;background-color:#EFEFEF;}
.userbox img{padding:8px;background-color:#EFEFEF;}
.userbox img:hover{opacity:.2;}
<div class="userbox">
<img src='img.png' style='height:120px;width:120px;border:1px solid #e5e5e5;'>
</div>
<div class="hello"> Hello</div>
I am trying to get the div with class="hello" to show centered on top of the image when someone hovers over it. any ideas please ?
.userbox img{padding:8px;background-color:#EFEFEF;}
.userbox img:hover{opacity:.2;}
<div class="userbox">
<img src='img.png' style='height:120px;width:120px;border:1px solid #e5e5e5;'>
</div>
<div class="hello"> Hello</div>
0 Comments
Please add nice comments or answer ....