带图像的 JQuery 角落插件 - Firefox 问题
插件 JQuerycorner 旨在使用 jquery 容器和对象来圆角。与演示页面 http://jquery.malsup.com/corner/ 上的每个示例相反,但写入在文档中,我将容器的角圆化,其中包含图像。因此图像也变成了圆形。
这适用于 ::
Safari、Mobile Safari、Google Chrome
我无法让它在 Firefox 或 IE 中工作。我已经设置了一个小提琴,如果有人能解决的话。 http://jsfiddle.net/ywSar/1/
有什么想法吗?
奇妙
The plugin JQuery corner is designed to round the corners using jquery of containers and objects. Contrary to every example on the demo page http://jquery.malsup.com/corner/ but written in the docs I have rounded the corners of a container with an image inside it. The image has consequently also rounded.
This is working in ::
Safari, Mobile Safari, Google Chrome
I cannot get it to work in Firefox or IE. I have set up a fiddle if anyone can work it out.
http://jsfiddle.net/ywSar/1/
Any ideas?
Marvellous
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于遇到此问题的其他任何人。
请改用插件
jquery.curvycorners
。然后将图像更改为 DIV 对象内的背景。这将解决所有浏览器在现代浏览器中默认 CSS3 属性并在旧浏览器中应用脚本的问题。
奇妙
To anyone else whom encounters this problem.
Use the plugin
jquery.curvycorners
instead.Then change the images to background inside a DIV object instead. This will fix the problem in all browsers defaulting to CSS3 properties in modern browsers and applying the script in older ones.
Marvellous