jQuery循环插件分页+ CSS3PIE
我正在使用 jQuery 循环插件来播放图像幻灯片。用圆形子弹作为寻呼机(因为现在看起来很流行)。这在除 IE 之外的“现代”浏览器中完美运行。它弄乱了寻呼机上的 activePagerClass。
因为 IE 无法实现 border-radius,所以我使用 CSS3PIE 行为。
I am using the jQuery cycle plugin for a slideshow of images. With rounded bullets as pagers (because it's all the rage now so it seems). This worked perfectly in the 'modern' browsers except for IE. It is messing up the activePagerClass on the pagers.
Because IE can't do border-radius, I use the CSS3PIE behavior.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
更改
jQuery 源代码来
修复它。
所以看来children()函数和CSS3PIE的使用存在问题。我不喜欢行为属性,我宁愿不使用它,但客户想要在 IE 中使用圆形项目符号......
所以我希望它对某人有所帮助。
Changing
in the jQuery source code to
fixed it.
So it seems there is an issue with the children() function and the use of CSS3PIE. I'm not a fan of the behavior property and I would rather not use it, but the client wants rounded bullets in IE...
So I hope it helps somebody.