CSS
phoenix_cat
这个作者很懒,什么都没留下…
展开
-
犀利的CSS筛选
input[class="DVR-02-08-button-LayOn"]:focus {background-image:none;background-repeat:no-repeat;margin: 0px 1px 1px 0px ;padding: 0px 2px 0px 2px ;outline-width:0px;background-color:#00f...原创 2011-05-19 10:08:08 · 161 阅读 · 0 评论 -
Javascript CSS Style属性对照表
转自:http://www.wtwlb.com/article.asp?id=263写的很精彩! 盒子标签和属性对照CSS语法 (不区分大小写) Javascript语法 (区分大小写) border border border-bottom borderBottom border-bottom-color borderBottomColor border-bott...原创 2011-03-29 17:08:25 · 141 阅读 · 0 评论 -
float left clear both
要想解决这个问题,很简单,设3个DIV即可解决问题: <body> <div style="height: 200px; width: 200px; background-color: red;float: right;"> 我是红色 </div> <div style="height: 200px; width:...原创 2013-12-29 23:34:09 · 149 阅读 · 0 评论 -
none transparent scroll repeat 0% 0%
background设置refurl:http://zhidao.baidu.com/question/27344360.html原创 2013-08-28 17:35:35 · 173 阅读 · 0 评论 -
absolute relative
1.absolute是相对于父层元素而言的,而不是相对于body而言的,这一点要搞清楚。 2.relative是相对它本该在的位置而言的,比如left=40px;那么将相对于它以前的位置往左移40px. refurl:http://www.w3school.com.cn/cssref/pr_class_position.asp ...原创 2014-03-15 14:43:56 · 76 阅读 · 0 评论 -
如何让div滚动
给div设了固定的宽高后,再用overflow:auto后它才能出现滚动条。 refurl:http://bbs.csdn.net/topics/220055655原创 2014-09-07 21:12:13 · 129 阅读 · 0 评论