javascript - CSS - Making border box next to other? -


so tried making bordered box. made new div, thing is. break "position" of other box. here's example: normal looking example broken one

my question is, how prevent that? so, other box stay on same place, other 1 won't move direction wants?

box

<div class="itemcart" style=" border: 2px solid; width: 50px; top: 80px; position: relative; height: 50px; ">hello</div> 


Comments

Popular posts from this blog

javascript - Feed FileReader from server side files -

c++ - What's the differece between of link to a dynamic file and as a input object? -

How to pass json object using PHP in Wepay API -