html - Floating boxes when resizing window -


i'm fighting unusual grid , added hover effects boxes , when i'm resizing window behaves weird. mean final structure why boxes jumping in way? i'm not uploading code here because there many things other subpages , still unnecessary code. suggestions how fix it? thanks!

demo here

wrap contents of your<body>in single <div>. set div's width property so:

.wrapper {             width:1000px;             min-width: 400px;     margin: 0 auto; } 

the above values given examples. adjust numbers liking.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -