Another trick which worked fine for me is to use a negative margin-bottom in the relative element that you have moved. No need to go with absolute positioning.
Something like:
position: relative;
left: 100px
top: -200px;
margin-bottom: -200px;
Similar (if not identical) to the solution I see now, from green.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…