-
一列布局,常分为nav,body与footer3部分div,应用magine:0 auto可以实现一列布局的自动居中,其原理是左右外边距=(浏览器分辨率-指定的宽度)/2; 特别注意:如果想让页面自动居中,当设置margin属性为auto时,不能再设置浮动或绝对定位属性查看全部
-
盒子3d模型 第一层:边框 border 第二层:内边距和内容 padding and content 第三层:背景图片 background-image 第四层;背景颜色 background-color 第五层;外边距 margin查看全部
-
常见的块级标签有哪些?查看全部
-
什么是块级元素?查看全部
-
CSS中有哪三种定位机制?查看全部
-
The border box of a table, a block-level replaced element, or an element in the normal flow that establishes a new block formatting context (such as an element with 'overflow' other than 'visible') must not overlap the margin box of any floats in the same block formatting context as the element itself. If necessary, implementations should clear the said element by placing it below any preceding floats, but may place it adjacent to such floats if there is sufficient space. They may even make the border box of said element narrower than defined by section 10.3.3. CSS2 does not define when a UA may put said element next to the float or by how much said element may become narrower.查看全部
-
当元素设置为绝对定位后,元素也会 多出两类属性:偏移量属性 和 Z-index属性 不同的是: 1.该元素已经脱离了标准文档流(不占位) 2.建立的定位基准不是该元素的原来位置,而是分两种情况 2.1:没有设置偏移量:无论是否存在已定位的祖先元素,都保持在元素初始位置,脱离文档流,宽度塌陷(随内容变化而变化) 2.2:设置了偏移量:又分两种情况(A.无已定位的祖先元素 B.有已定位的祖先元素) A.无已定位的祖先元素:它会以根节点(<html>)为偏移参照基准 B.有已定位的祖先元素:它会以距其最近的已定位祖先元素为偏移参照基准 绝对定位不在文档流中(不会占位置,宽度及长度显示随内容增减而增减查看全部
-
绝对定位脱离标准文档流必须要设置位置值(top left等),父标签要设置成相对定位查看全部
-
盒子模型由4部分组成 边框(border) 外边框(margin) 内边距(padding) 盒子中的内容(content)查看全部
-
CSS定位机制 标准文档流(Normal flow) 浮动(Floats) 绝对定位(Absolute positioning)查看全部
-
W3C标准: 结构化标准语言(HTML和XML) 表现标准语言(CSS) 行为标准语言(DOM和ECMAScript)查看全部
-
overflow:hidden清除浮动裁剪溢出查看全部
-
上top左left右right底bottom外边距margin内边距padding边框border查看全部
-
清楚浮动常用方法 1、clear:both; 2、为元素设置固定宽度+overflow:hidden;查看全部
-
盒子3d模型 第一层:边框 border 第二层:内边距和内容 padding and content 第三层:背景图片 background-image 第四层;背景颜色 background-color 第五层;外边距 margin查看全部
举报
0/150
提交
取消