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.
嗨,我有一个用 jquery 和 jquery cyle 创建的幻灯片,它工作正常,但是当我在刷新页面上点击时,所有图像都会在页面上显示一段时间,然后隐藏,幻灯片工作正常,我该如何解决这是一个 css 问题?或其正常
你可以用css来放
display:none
在您想要的任何图像上。在 HTML 中使用 css 文件或 style=""。当页面加载时,浏览器不应该显示它们。