一张矩形的图片,如何得到圆形的头像效果?
img {
border: 3px solid #cccccc;
border-radius: 50%;
height: 80px;
width: 80px;
}...
分类:
其他好文 时间:
2014-08-19 16:42:14
阅读次数:
180
.triangle {width: 10px;height: 10px;overflow: hidden;border-left: 4px solid rgba(0, 224, 255, 1);border-right: 4px solid rgb(0, 255, 10);border-top: 4...
分类:
Web程序 时间:
2014-08-18 16:10:32
阅读次数:
195
Problem A: The MonocycleA monocycle is a cycle that runs on one wheel and the one we will be considering is a bit more special. It has a solid wheel ....
分类:
其他好文 时间:
2014-08-15 14:27:58
阅读次数:
313
table { margin:auto; *border-collapse: collapse; /* IE7 和更低的浏览器 */ border-spacing: 0; width: 80%; } /*加在table标签里*/ .bordered { border: solid #ccc 1px;...
分类:
其他好文 时间:
2014-08-14 15:54:28
阅读次数:
182
xml控件配置属性android:background="@drawable/shape"标签corners ----------圆角gradient ----------渐变padding ----------内容离边界距离size ------------大小 solid ----------....
分类:
移动开发 时间:
2014-08-13 21:47:27
阅读次数:
273
1. 伪类 :after 1. 清楚浮动div:after{ overflow:hidden; } 2. 制作三角形div:after{ content:''; display:block; width:0; border-top:8px solid #000; border-left:8p...
分类:
移动开发 时间:
2014-08-13 12:56:26
阅读次数:
234
去掉textarea的边框和右边的滚动条tarea name= "textarea " cols= "100 " rows= "4 " style= "BORDER-BOTTOM: 0px solid; BORDER-LEFT: 0px solid; BORDER-RIGHT: 0px solid;...
分类:
其他好文 时间:
2014-08-12 13:21:54
阅读次数:
156
第二部 @media print 212至217行 ??pre,
??blockquote?{????/*?块引用?*/
????border:?1px?solid?#999;
????page-break-inside:?avoid;
??} 215行是个空格,是什么个意思?闲着蛋疼往前...
分类:
其他好文 时间:
2014-08-12 00:55:23
阅读次数:
212
.tab1 tr:nth-of-type(odd){ background:#eeeeee;}.tab1 tr:nth-of-type(even){ background:#f8f8f8;}.tab1 tr td{height: 30px; border-bottom: 1px solid #fff...
分类:
Web程序 时间:
2014-08-11 17:29:12
阅读次数:
257
设置table的CSS为{border-collapse:collapse;border:none;}, 再设置td的CSS为{border:solid #000 1px;}, ? <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DT...
分类:
其他好文 时间:
2014-08-11 15:25:52
阅读次数:
214