这是html代码:
<div id="slider" class="images">
<img src="img/image1.png" height=200 width=200>
<p>Image1 corresponding text here</p>
<img src="img/image2.png" height=200 width=200>
<p>Image2 corresponding text here</p>
<img src="img/image3.png" height=200 width=200>
<p>Image3 corresponding text here</p>
<div class="switch_image">
<a href="#" id="prev">Prev</a>
<a href="#" id="next">Next</a>
- 如何将文本位置更改为图像右侧而不是图像下方?
- 回答完上述问题后,图像将相互堆叠,那么如何将图像间隔一定的间距?
- 完成所有这些后,当我重新调整浏览器窗口的大小时,如何让每个图像及其对应的文本相对于它们的原始位置移动?