div css结构之DIV布局靠右
所用CSS花样:float:right
div靠右设置
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>div机关居右组织 CSS5</title>
<style>
.abc{ float:right; width:200px; border:1px solid #F00}
</style>
</head>
<body>
<div class="abc">设置装备摆设此DIV结构靠右</div>
</body>
</html>
利便看到DIV靠右布局,对实例中div设置装备摆设边框。
	
如需转载,请注明文章出处和来源网址:http://www.divcss5.com/rumen/r52654.shtml








