border-radius
圆角
边框圆角
border-radius网络翻译
圆角圆角(border-radius)是目前浏览器支持最好的CSS3特性之一,除了IE系浏览器,各个A级浏览器都支持,尽管大都是通过私有属性来实现的,至少,这是可用的...
边框圆角而在其他的网页标准支持方面,像是以CSS 3实现的边框圆角(border-radius)也已经在IE9中获得支持。
圆角边框...用htc文件轻松让IE浏览器下也能实现一些CSS3的效果,例如盒阴影(box-shadow)、文字阴影(text-shadow)以及圆角边框(border-radius)效果。 本文提供详细的使用讲解,必要的demo页面,以及一些必要的说明,希望能对您的学习有所帮助。
圆角效果...在浏览本站时看到的界面会比使用IE6或IE7浏览时要漂亮的多,因为在这些页面上使用了CSS3里某些特效,比如圆角效果(border-radius),..
border-radius常用短语
1. border-radius & box-shadow:盒阴影
2. moz-border-radius-topleft length length:左上角
3. border-radius-top-left:左上角
4. border-radius-top-right:右上角
5. border-radius-bottom-left:左下角
6. border-radius -moz-border-radius -webkit-border-radius:整体圆角
border-radius双语例句
This text has a border around it and you use the new border-radius style to achieve rounded corners.
文本周围有一个边界,您使用新的border - radius样式来实现4个圆角。
Well, here is a post on the basics of the new properties: text-shadow, box-shadow, and border-radius.
这篇文章将对CSS的几个新属性(text - shadow, box - shadow, and border - radius)做基本介绍。
The shorthand for border radius is similar to the padding and margin property (eg. border-radius: 20px).
边界半径 (border radius) 的写法类似内边距 (padding) 和 外边距 (margin) 属性(例如:border-radius:20px)。