jQuery 多背景脚本在 IE 中不起作用
我正在使用 http:// www.chicowebdesign.com/blog/2010/10/21/updated-jquery-multiple-background-plug-in/
正如他们所说,但在 IE 中,多个背景不起作用,有什么想法、建议吗?
http://jsfiddle.net/6JtNr/ (只是我使用的CSS)
我包括jQuery,包括加载 jquery 后他们的脚本..
有想法吗?
I'm using http://www.chicowebdesign.com/blog/2010/10/21/updated-jquery-multiple-background-plug-in/
As they state to, but in IE the multiple backgrounds do not work, any ideas, suggestions?
http://jsfiddle.net/6JtNr/ (just the css im using)
I'm including jQuery, including their script after jquery is loaded..
Ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我了解,阅读页面上的说明,您需要将 css 更改为:
<代码>
请注意,我将宽度和高度移至底部,有些人在该库的评论中说背景需要位于样式标签的第一位。此外,根据说明,您需要有一个单独的背景行来调用不支持的浏览器的最后一个背景图像。
From what I understand, reading the instructions on the page, you need to change your css to:
Note that I moved the width and height to the bottom, some people said in the comments of that library that the background needs to be first in the style tag. Also, as per the instructions, you need to have a separate background line calling the last background image for unsupported browsers.