/ Published in: CSS

You have to make the container that holds the thumbnail and information float left, inline nor inline-block works.
Expand |
Embed | Plain Text
div.container { float: left; }
You need to login to post a comment.
BrittanyL on 06/17/09
thumbnail gallery cross-browser
1 person have marked this snippet as a favorite
You have to make the container that holds the thumbnail and information float left, inline nor inline-block works.
div.container { float: left; }
You need to login to post a comment.