开发者

Rounded Edges in IE8

how to 开发者_JAVA技巧make a square edges into round edges?


Maybe you want to try jQuery corner plugin

Jquery.corners


Rounded corners in a css3 feature. But Internet explorer doesn't support fully all css3 properties. A solve to this problem is the use of http://css3pie.com/. A javascript solution to provide css3 properties for ie.


You can't do that in pure CSS alone, you will need something extra:

http://dimox.net/cross-browser-border-radius-rounded-corners/


Not out of the box. There is a way, see http://www.htmlremix.com/css/curved-corner-border-radius-cross-browser


Download: http://code.google.com/p/curved-corner/

Now whenever you need a rounder corner apply this css:

.rounded-corners {
    behavior: url(/path/to/css/border-radius.htc);
    border-radius: 20px;
}


IE8 does not provide the functionality necessary to do this via CSS, this will be (is) included in IE9. To create rounded corners for IE8 the easiest way is to create images and use them.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜