Code: Select all
.parent{
border: 1px solid #000;
height: 500px;
position: relative;
width: 500px;
}
.child{
background: #FF0;
height: 100px;
left: 100%;
position: absolute;
width: 100px;
}
Code: Select all
https://jsfiddle.net/evoSL/yd48v14m/4/< /P>