Hello CSS Experts,
As far as I can tell, what I want to do can't be done.
Ihave a gallery page that is liquid in width.
Instead of liquid widths of thumbnails, when the page is narrow, I'm planning on two columns (or one) of images, but when the page is wide, three columns (or four).
The thumbs are in divs that are floated left to get them to sit in rows.
So far everything works as planned.
Now, is there any way to center the floated images in the page?
In other words, if the page is wide enough for 3 1/2 thumbnails, is there a way to put them in the center of the page rather than floated all the way left?
I considered an additional div to capture all the thumbs and center it, but then it would have to have a defined width which sometimes may be too wide.
Thanks for ayn help you can give me!