HTML、CSS : rounded corners have not transparent background in IE

标签 html css internet-explorer jquery-plugins

我在 IE 中遇到圆 Angular 问题。有白色区域而不是透明背景。见图片:http://dl.dropbox.com/u/72686/roundedIE.png

我正在使用这个 jQuery 插件来创建圆 Angular :www.malsup.com/jquery/corner

我还在每个 block 上使用透明度。

谢谢

最佳答案

您可以尝试使用 CSS3 创建圆 Angular 然后使用 CSS3 pie使用 Internet Explorer 修复圆 Angular 。

编辑:

只需在您提到的 malsup 网站上阅读此内容即可。

Recently I added support for native border-radius rounding in browsers that support it (Opera 10.5+, Firefox, Safari, and Chrome). So in those browsers the plugin simply sets a css property on the element. But in IE, we'll have to wait for version 9 before that is supported. And for all browsers, choosing a pattern other than "round" requires the use of the "div stips" method.

对于其他读者来说,这是否表明这个jQuery插件是基于新的css3和html5技术的?

关于HTML、CSS : rounded corners have not transparent background in IE,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3279451/

相关文章:

html - 媒体查询最大宽度 320px 问题

html - 其他元素和/或浏览器窗口中未知高度的中心元素

internet-explorer - IE 11 "bulletproof"字体和后备字体不起作用

internet-explorer - IE和FF中的Extjs mask 和取消 mask

html - 带有中间点标记的范围输入( slider )

php - 错误异常 : Array to string conversion in PHP

jquery - CSS 和 jQuery slider 高度/定位问题

android - 让所有浏览器都支持我的背景图片?

javascript - IE中的iFrame调整大小问题

javascript - Angular javascript ng模型不起作用