ThisisalineofText. ThisisalineofText.
ID:44272520
大小:299.50 KB
页数:54页
时间:2019-10-20
6、)Positionabsolute,relativeh2.pos_abs{position:absolute;left:100px;top:150px}例css_position:9属性的应用h2.pos_left{position:relative;left:-20px}h2.pos_right{position:relative;left:20px/*左边增加20*/}10属性的应用◆浮动和清除浮动floatleft元素向左浮动。right元素向右浮动。none默认值。clearleft在左侧
7、不允许浮动元素。right在右侧不允许浮动元素。both在左右两侧均不允许浮动元素。none默认值。11属性的应用例css_float_clear12属性的应用#redBlock{width:200px;height:200px;background:#900;margin-top:20px;margin-left:20px;float:left;display:inline;}13属性的应用#blueBlock{width:300px;height:200px;background:#009;m
8、argin-top:20px;margin-left:20px;float:left;}14属性的应用#grayBlock{width:520px;height:80px;background:gray;margin-top:20px;margin-left:10px;float:left;}.clear{clear:both;}15属性的应用
此文档下载收益归作者所有