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

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

python - Apache Thrift Tutorial Error -