html - Horizontal DIV image container -


i'm trying images align horizontally seem doing wrong have no clue problem is.

here's jsfiddle: http://jsfiddle.net/bydaa/4/

here's css:

.imgcontainer img { display:inline-block; position:relative; padding:1px; border: 1px solid #c4c4c4; margin:0px 37px 0px 0px; width:175px; height:175px; } 

you should wrap each img , p div , use float:left. example: fiddle


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -