-
盒子模型的计算公式 不过这是w3c标准的盒子 ie的 边框 内边距都算是coentent查看全部
-
width height 指的是内容区域的高度 宽度 就是jq的 outerWidth outerHeight 边距都不会影响内容区域尺寸,但是会增加元素的占据尺寸。查看全部
-
盒子模型的概念 就是把网页理解成盒子 然后依据填充 边框 内外边距设置。查看全部
-
企业网站的一般布局。查看全部
-
不设高度的话父元素是按照子元素的高度,子元素浮动了脱离了文档流,不再占用原来文档中的位置。符元素 没有高度 就看不见了。。查看全部
-
background:url("1.jpg")no-repeat right center; myFoucs 焦点图插件查看全部
-
vertical-align 水平居中查看全部
-
overflow表示将溢出div范围的元素隐藏查看全部
-
a:link {}访问前 a:visited {}访问后 a:hover {}鼠标经过 a:active {}访问中查看全部
-
做一下试试查看全部
-
代码快照查看全部
-
*{ margin:0; padding:0; } .topList em { dispaly:block; width:20px; height:16px; text-align:center; color:#000; font-style:normal; background:url(" http://img1.sycdn.imooc.com//53cf0fa20001d3dc00200032.jpg") no-repeat 0 -16px; float:left; } .topList li { list-style-type:none; padding:8px; } .topList { width:380px; height:210px; border:1px solid #e8e8e8; margin:5px; } .top em { background-position:0 0; color:#fff; } .topList a:link,.topList a:visited { text-decoration:none; color:#666; } .topList a:hover,.topList a:active { text-decoration:none; color:#F00; }查看全部
-
img 标签是内联元素,让图片剧中使用如下操作 设置img标签: display:block; margin:0 auto; 即可查看全部
-
凄凄切切查看全部
-
行高 line-height:(想要让字体与行的高度一致);填入其px值大小; 这是一个十分方便的技巧。http://www.imooc.com/video/2469 09:02查看全部
举报
0/150
提交
取消