图像对齐,插件jQuery Lightbox重复查看图像,以及中的链接
?为什么?
我在此页面上有三个问题:
- 为什么< code>h2 和
p
标签是链接吗? - 如何将图像靠左对齐,以便在内容 div 中倾斜。
- 为什么当您单击图像到灯箱插件时再次显示多个图像?请注意,
ul
和li
标签不是重复的图像。
通过移动到下一张图片,他正在重复图像。 请注意,他指责的第 16 页脚是图像,总共是 6 张图像,
谢谢!
I have three questions on this page:
- Why the
h2
andp
tags is a link? - How do I align the image on the left, so lean in the content div.
- Why when you click on the image to lightbox plugin displays several images again? Note that the
ul
andli
tags are not repeated images.
By moving to the next picture he is repeating images.
Note that the 16 footer he accuses images, and the total is 6 images
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我已经在这里解决了您的前两个问题:
请在那里制作完整的结束标记:
将
padding-left
CSS 添加到该图像的父中的 0。< /p>
I have solved your first two issues here:
Please make complete end tag there:
Add
padding-left
CSS to 0 in parent<ul>
of that image.