1.CSS背景属性background:作用是将背景属性设置在一个声明中。background-attachment:背景图像是否固定或者随着页面的奇遇部分滚动。background-color:设置元素的背景颜色。background-image:把图像设置为背景。background-posit...
分类:
Web程序 时间:
2015-05-12 14:58:47
阅读次数:
130
如果你想定位的位置是距离右边20px,距离底部10px,怎么办?一、使用background-position的四个值语法例如:background-position:right20pxbottom10px;/* ie7,ie8不支持 */二、使用 calc()比如:background-posit...
分类:
其他好文 时间:
2015-05-04 17:17:52
阅读次数:
130
background-position 用法详细介绍分类:HTML/CSS2010-05-22 22:4865567人阅读评论(26)收藏举报scrollborderurl浏览器脚本图形语法:background-position : length || lengthbackground-posit...
分类:
其他好文 时间:
2015-04-18 17:31:16
阅读次数:
99
在网页中,如果需要left与top属性生效,就必须为这个div的style属性加入position:absolute,这样,此div才能游离于整体的div布局之外,也就是说,你没有加position:absolute之前,所有的div遵循我在《【CSS】关于div的对齐与网页布局》(点击打开链接)所提到的,各种各样布局。
例如下面的代码:
就得到如下的效果:
如果把posit...
分类:
Web程序 时间:
2015-02-25 15:38:34
阅读次数:
151
阳性 (P, positive)阴性 (N, Negative)真阳性 (TP, true positive):正确的肯定。又称:命中 (hit)真阴性 (TN, true negative):正确的否定。又称:正确拒绝 (correct rejection)伪阳性 (FP, false posit...
分类:
其他好文 时间:
2015-01-29 10:19:32
阅读次数:
189
background 简写属性在一个声明中设置所有的背景属性。
所有浏览器都支持 background 属性。
注释:IE8 以及更早的浏览器不支持一个元素多个背景图像。
注释:IE7 以及更早的浏览器不支持 "inherit"。IE8 需要 !DOCTYPE。IE9 支持 "inherit"。
可以设置如下属性:
?background-color
?background-posit...
分类:
Web程序 时间:
2015-01-10 01:26:10
阅读次数:
378
兼容性问题: 浏览器兼容性问题,是指因为不同的浏览器对同一段代码有不同的解析,造成页面显示效果不统一的情况(也就是浏览器内核不同) 1.去掉iframe中横向的滚动条 解决办法:在加入iframe子页面中添加 html{overflow-x:hidden;} 2.ie6中posit...
分类:
其他好文 时间:
2014-11-26 16:07:51
阅读次数:
189
缓冲运动
#divMove {
width: 100px;
height: 100px;
posit...
分类:
其他好文 时间:
2014-11-14 17:52:27
阅读次数:
155
Calculation 2
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 2279 Accepted Submission(s): 969
Problem Description
Given a posit...
分类:
其他好文 时间:
2014-11-08 15:18:39
阅读次数:
154
Problem Description
Once upon a time Matt went to a small town. The town was so small and narrow that he can regard the town as a pivot. There were some skyscrapers in the town, each located at posit...
分类:
其他好文 时间:
2014-09-21 22:18:41
阅读次数:
316