一、css浮动属性-floatright属性代码示例
<!DOCTYPEhtml>
<html>
<head>
<metacharset="utf-8">
<title>cssfloatright属性使用示例</title>
<style>
.demo{
width:500px;height:400px;
background-color:#b2ecef;
}
img{
width:100px;
height:100px;
float:right;
}
</style>
</head>
<body>
<divclass="demo">
<imgsrc="/test/img/1.png">
<imgsrc="/test/img/2.png">
</div>
</body>
</html>


本文转载自中文网


本文转载自中文网
如需转载,请注明文章出处和来源网址:http://www.divcss5.com/css3-style/c56935.shtml