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
Post a Comment