Blogger Information
Blog 25
fans 0
comment 0
visits 18821
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
定位--相对定位
℃级的博客
Original
786 people have browsed it

left:元素左间距。

实例

} */
.box1{
	width:100px;
	height:100px;
	background-color:lightblue;
	position:relative;
    left:100px;

	}
.box2{
	width:100px;
	height:100px;
	background-color:lightgreen;
	}
.box3{
	width:100px;
	height:100px;
	background-color:lightcoral;
	position:relative;
	left:200px;
    top:-100px;
	}
.box4{
	width:100px;
	height:100px;
	background-color:lightblue;
	position:relative;
	left:100px;
	top:-200px;
	}
.box5{
	width:100px;
	height:100px;
	background-color:lightgray;
	position:relative;
	left:100px;
	top:-200px;
	}

q2.bmp

运行实例 »

点击 "运行实例" 按钮查看在线实例


1.相对定位:不脱离文档流,在原来的位置基础上进行定位。






Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post