Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
    <title></title>
    
</head>
<body>
<div id="div1">
    <span id="sp2">aaa</span>
    <spanv id="sp3">ssssssssssssssssaaaasssssssssssssssssssssssaaaasssssssssssssaaaaasss</span>
</div>
</body>
</html>
 
#div1{
  width: 100%;
  min-height: 50px;
  background-color: yellow;
  position:relative;
}
#sp2{
  position:absolute;
  width: 20%;
  min-height: 100%;
  background-color: blue;
}
#sp3{
  width: 50%;
  margin-left:20%;
  min-height: 100%;
  display: inline-block;
  background-color: red;
  word-break: break-all;
  word-wrap: break-word;
}
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers