Is there a way to display a div or button when hovering over an image? This should only occur for the specific image being hovered over.
<div class='post_body'>
<div class='post entry-content '>
<span class='lightbox'>
<img class='bbc_img' src="http://via.placeholder.com/350x150">
</span>
<span class='lightbox'>
<img class='bbc_img' src="http://via.placeholder.com/350x150">
</span>
<span class='lightbox'>
<img class='bbc_img' src="http://via.placeholder.com/350x150">
</span>
<button>
Test
</button>
</div>
</div>
The button should appear on the top-right corner of the image when hovered over.
The name of the image can be random.
This feature is required for IPB 3.4.9