Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  <div class="m-box">
      <div class="left"></div>
      <div class="right"></div>
  </div>
  <p>这里要注意给m-box添加position: relative;属性,同时也注意给class right添加top和right属性</p>
</body>
</html>
 
  html,body{margin:0; padding: 0;}
  .m-box{margin: 5px;position: relative;}
  .m-box .left,.m-box .right { height: 200px;}
  .m-box .left{margin-right:210px; background-color:#ccc; }
  .m-box .right{ position: absolute; background-color:#666;width:200px;right: 0px; top: 0;}
  p{color: #ff0000;font-weight: bolder;}
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
dsky1990pro
0viewers