Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
</head>
<body>
  <div class="box1"></div>
  <div class="box2"></div>
</body>
</html>
 
.box1 {
/*position: relative; 加这个 z-index 才起作用*/
  position: relative;
z-index: 5;
width: 898px;
height: 161px;
opacity: 0.5;
background: #d6fed9;
}
.box2 {
width: 898px;
height: 161px;
position: relative;
margin-top: -100px;
z-index: 2;
background: #ddd6ff;
}
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers