如何在 ul/li 中设置评论部分的样式
我该如何在该画廊的每张照片下添加评论部分? (您可以在这里查看我希望做的事情的图片:-不会让我发布链接,因为我是新成员...... zhttp://www.some-things.net/storage/ Picture109.p ng )
我知道 iframe 可能不是最好的工作方式 - 但我的朋友想要一个带有 WordPress 集成的横向滚动区域,但我找不到任何合适的画廊插件。
图像显示在 ul/li 中 - 但因为它是内联显示,所以不允许我在每个图像下方放入另一个 div。
http://www.some-things.net/storage/anna /wordpress/?page_id=49
基本上,我想在每张图片下创建一个部分,其中包含需要的评论空间 - 就像上图一样。
任何有关所需代码的提示都会很棒!
How would I go about adding a comment section under each photo in this gallery?
(You can view an image of what I'm hoping to do here: - won't let me post a link because i'm a new member.... zhttp://www.some-things.net/storage/Picture109.p ng )
I know the iframe may not be the best way to be working this - but my friend wanted a sideways scroll area with wordpress integration and I couldn't find any suitable gallery plugins.
The images are displayed in a ul/ li - but because it's display-inline it won't let me put in another div below each image.
http://www.some-things.net/storage/anna/wordpress/?page_id=49
Basically I want to create a section under each picture that contains room for comment if needed - something like the picture above.
Any tips on the code needed would be great!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将图像和内容放在一个 div 中,然后
将所有这些 div 浮动到左侧。使用 inline-block 作为显示和空白:no-wrap。Put the image and the content in a div, and
float all these divs to the left.use inline-block as display and whitespace: no-wrap.