Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个小问题,希望你能帮助我。 我的滑块在图片加载之前显示文件名(image1.jpg, image2.jpg)。
image1.jpg, image2.jpg
我尝试将以下代码添加到我的 CSS 中,但没有任何运气:
.slider > .rsContent { display: none; }
你们还有其他的想法如何摆脱它吗?
这是文档。
您的图像标签在您的 <HTML> 标签之外。我不知道这是否是无意的,但我希望这没有帮助。将它们移动到您的 html 中并使用您的 CSS 隐藏它们,并在加载顺序中尽可能地向上移动您的样式表。
基本上就是您帖子下的两条评论中描述的内容。两者都做应该可以解决它。