已采纳回答 / lcysweet
column-rule主要是用来定义列与列之间……会出现的列与列之间,至于为什么,那是开发人员的事,就像abslolute为什么不占空间,z-index:为什么能控制层级,这都是开发人员开发的
2016-02-16
发现绝对定位的起始位置是padding,而不是content,以前理解错了。还有为毛记笔记点保存木有反应啊,慕课网的服务器出问题了?
2016-02-15
已采纳回答 / weibo_颜卿同学_0
setting values by the sort:top left( if no according for the right margin , it automatic fill the values as the same of the left margin values.)bottom
2016-02-15
.menuSection p{
background: orange;
color: #fff;
display:none;
}
#brand:target p{
display:block;
}
background: orange;
color: #fff;
display:none;
}
#brand:target p{
display:block;
}
2016-02-15
已采纳回答 / 扑鸡仔
因为分割线设置 position:absolute,如果li不设置relative,分割线就会根据上一个设置了relative的元素定位(没有就会根据body定位),分割线就跑到窗口右下边去了(刚好被页面4个黑色按钮挡住了。)
2016-02-13
http://www.zhangxinxu.com/wordpress/2010/01/css3-border-image详解、应用及jquery插件/
这里对border-image讲解得很透彻,值得一看
这里对border-image讲解得很透彻,值得一看
2016-02-13
评论里上楼 leopoldthecoder 分享的链接 http://yangyicode.com/ccs3-flexbox-layout/ 很不错,
还可以看下 大漠(这篇css3的讲师)的文章 http://www.w3cplus.com/css3/flexbox-basics.html
还可以看下 大漠(这篇css3的讲师)的文章 http://www.w3cplus.com/css3/flexbox-basics.html
2016-02-12
做一个小实验
在html文件中修改如下行 <div style="background-color:black"></div> 然后改变css文件中的 -webkit-animation-fill-mode: ?;
?为forwards时,黑色开始,蓝色结束!
?为backwords时,红色开始,黑色结束!
?为none时,黑色开始,蓝色结束!
?为both时,红色开始,蓝色结束!
在html文件中修改如下行 <div style="background-color:black"></div> 然后改变css文件中的 -webkit-animation-fill-mode: ?;
?为forwards时,黑色开始,蓝色结束!
?为backwords时,红色开始,黑色结束!
?为none时,黑色开始,蓝色结束!
?为both时,红色开始,蓝色结束!
2016-02-06
animation-fill-mode属性定义在动画开始之前和结束之后发生的操作,所以大家不要只看结束之后嘛,区别四个属性多关注下开始之前!
2016-02-06