IE8 中使用 Canvas/VML 实现圆角
我正在使用 JRC (jQuery 圆角)插件来实现圆角。它几乎适用于除 IE8 之外的所有浏览器(包括蹩脚的 IE6)。 MS 的最新 sh** 有任何解决方法吗?
谢谢
I'm using the JRC (jQuery Rounded Corners) plugin for rounded corners. It works in almost all browsers (including the crappy IE6) except IE8. Is there any workaround for the newest sh** from MS?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可能想看看您是否使用的是最新版本的 excanvas:
http://code.google.com/p/explorercanvas/downloads/list
不幸的是,如果这不起作用,您可以在谷歌群组中询问是否有任何建议。
IE8据说是这样修复的:
http://explorercanvas.blogspot.com/2009/03/新的explorer-canvas-release.html
You might want to see if you are using the latest version of excanvas:
http://code.google.com/p/explorercanvas/downloads/list
Unfortunately if that doesn't work you can ask on the google group if there is any suggestions.
IE8 is supposedly fixed according to this:
http://explorercanvas.blogspot.com/2009/03/new-explorer-canvas-release.html
就连 JRC 的主页也写着
所以我想不行。
但是您可以仅使用 IE8 的 DD_roundies 库(可能仅通过 IE8 的条件注释包含)
Well even the homepage of JRC states
So I guess not.
But you could use the DD_roundies library only for IE8 (maybe include via conditional comments only for IE8)