I am facing an issue where my "vertical rule" is sticking to the bottom of the container when placed to the right of the image.
<div>
<div style="display:inline-block; width:210px;">
<img src="res/img/PlayBtn.png" style="top:-100px; padding:5px;">
</div>
<div style="display:inline-block; width:12px;">
<div style="height:450px; width:0px; border:1px solid #000; margin:5px; margin-top:0px;"></div>
</div>
</div>
Is there a way I can achieve this layout while ensuring the image stays at the top?