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.
我一直在研究Tesla Motors 网站上的这个页面,因为它有一些非常酷且复杂的 JavaScript/CSS 效果,我正在努力理解这些效果。向下滚动,您会在滚动时看到我在说什么。
但是,我遇到了一个基本障碍——页面上的所有图像都不是源代码。它们都只作为 div 存在。所有图像来自哪里?
它们是背景图像。
来自 CSS 的示例:
#charging-title { position: relative; background: url(images/Charging_Title.jpg) 0 0 no-repeat; height: 647px; overflow: hidden; width: 960px; margin: 0 auto; }