交叉浏览器圆角
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了交叉浏览器圆角相关的知识,希望对你有一定的参考价值。
Cross browser css round corners with no images, using google's code .htchttp://code.google.com/p/curved-corner/
.round{ -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; behavior: url(border-radius.htc) }
以上是关于交叉浏览器圆角的主要内容,如果未能解决你的问题,请参考以下文章