CSS绝对问题
任何人都可以提供有关如何使“新”图标在论坛类别图像上正确显示为绝对的建议吗? 我的网站
我希望它显示在每个类别图像上,但它只显示第一个。
Can anyone offer suggestions as to how I can get the "new" icon to display correctly as absolute over the forum category images? my website
I want it to display over each category image, yet it only does the first one.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 css :
对于新图像:
重要的部分是将列表项位置设置为相对位置,因此绝对位置将取决于列表的位置
use the css :
and for the new image:
the important part is setting your list item position to relative so the absolute position will depend on the position of the list