Friday, 27 September 2013

Align images using CSS

Align images using CSS

I'm using this tooltip called open tips. how can I get these images to
align horizontally instead of vertically?
fiddle
the only css I have is:
.images {
top: -20px;
width: 1400px;
float: left;
}

No comments:

Post a Comment