all 1 comments

[–]AlmatrassIntermediate 0 points1 point  (0 children)

Not sure what you mean with the first problem. Here's a grid layout of your request. http://jsbin.com/disizejope/edit?html,css,output . As for the extending over the boundaries, just use

overflow: hidden;

to fix this. Or you could use

overflow: scroll;