html - How to make elements stop popping out of div that I made? -


i want make box(in form of div) arrange , move around objects in.

but, when try make objects alight left pop out of it. how can fix issue?

#slide  {  margin: 100px 100px;  background:green;  height:200px;  width:100px;  overflow: hidden;  clear:both; } 

try this(replace class)


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -