我目前正在研究一个网站的一部分,其中有一个网格 9 图像。我想要它,所以当您的鼠标移到其中一张图像上时。一个 div 出现在包含一些文本的图像上方。关于如何做这件事的任何建议?谢谢!
这是网格的一部分
<div class = 'picture-container'>
<div class = 'picture-wrapper' id = 'top-left'>
<img src = 'ds-map.png' height = '100%' width = '100%'>
</div>
<div class = 'picture-wrapper' id = 'top-right'>
<img src = 'ds-map.png' height = '100%' width = '100%'>
</div>
<div class = 'picture-wrapper' id = 'top-center'>
<img src = 'ds-map.png' height = '100%' width = '100%'>
</div>
</div>