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.
服务器正在删除我的精灵的背景位置属性之间的空格,这导致精灵只显示精灵的第一张图像,而不是它们应该显示的图像。这曾经在服务器上运行良好,在我的本地主机上仍然运行良好。我没有对服务器进行任何更改...有什么建议吗?
网站是http://hiphopvip.com
您的最小化脚本中有一个错误,该脚本会缩小您的 css 文件,它将每个空格替换为“-”,这就是为什么背景位置不能按预期方式工作的原因。
你用什么类来最小化你的CSS?