Page is a not externally linkable
Marshall - 4:41 pm on Mar 2, 2012 (gmt 0)
Is there a reason the images have to be in their own <div>? Why not put them in line <img src=""><img src=""> etc then set the <div> to the width of the combined images width and the height ti the image height with no padding. You can also add white-space: nowrap to the <div> using this method.
Marshall