Catalogue
Demo jsBin
ul li{ list-style:none; display:inline-block; height:40px; line-height:40px; } li img{ float:left; margin:5px; }
You need to set a height and same line-height for your li element; for the containing images - set float : left
height
line-height
li
float : left