shooven.lye |
Apr 10, 2007 8:49:48 PM
Google 用了这样的链接来自动生成圆角:http://groups-beta.google.com/groups/roundedcorners?c=999999&bc=white&w=4&h=4&a=tr 你点击上面的链接就看到那个圆角图片了。 参数解释: c 的值代表圆角颜色,你可以使用颜色的名称来表示,也可以使用颜色的RGB代码来表示,不用带 # 符号; bc 的值代表圆角的背景颜色; w 的值分别代表圆角的宽; h 的值分别代表圆角的高; a 的值代表圆角所在的方向,tl是左上角,tr是右上角,bl是左下角,br是右下角。 右图用的参数是这样的: c=FF0000 bc=white w=150 h=100 a=tr 来源:http://jandan.net/2006/12/13/let-google-create-your-rounded-corners-for-you.html
Comment:
(no reply)