欢迎来到DIVCSS5查找CSS资料与学习DIV CSS布局技术!
  一、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>


25d28ab695115f5e5b59309535b6f5a.png

9e06633c960a77e8284c33ae076fa06.png



本文转载自中文网

 

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