z-index的特点

z-index的特点

思路: ➥z-index的结构/定位元素默认的z-index ➥z-index单位 ➥能不能用子元素和父元素比较 ➥父元素没有z-index,能不能通过子元素控制他们的层级=改变层级...

定位元素的异同点

定位元素的异同点

定位的值 position: absolute绝对定位 position: relative相对定位 position: fixed固定定位 定位的相同点和不同点 ===相同点: 可以 设置top/ bottom/ left/right四个方位值,如...

clearfix的清浮动的技巧

clearfix的清浮动的技巧

clearfix清浮动效果图 !DOCTYPE htmlhtmlheadmeta charset=utf-8title/titlestyle type=text/css.left,.right{width: 200px;height: 200px;float: left;}.left{background-color: brown;}.right{background-col...

javascript改变html样式

javascript改变html样式

语法: Object.style.property=new style; 注意:Object是获取的元素对象,如通过document.getElementById(id)获取的元素。 基本属性表(property): 属性 描述 backgroundColor 设置...