Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
 <div id="nodedetails"> 
   
           STACK<br/>  
           
               
         <div id="inner">  </div>
 
  </div> 
 
  
 
  
 
    #inner {
  
    bottom: 0px; 
    position: absolute;  
    background-color: green;
    height: 30px;
    width: 100px;
  
}
   
 
#nodedetails { 
    width: 100px;
    background-color: rgba(0,0,0,0.8);   
    width:100px;
    height:250px; 
    width: 120px;
    float: left;  
    padding: 5px;
    color: #FFF;
  position: relative;   
}
body{
background:cyan
}
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers