Quote:
Originally Posted by NY Jester
Stuart great thread/ Ive been looking for this type of info, as I'd like to do my galleries using CSS.
I have a question. How can I create a a 15 pic gallery say thumbs 135 x 180 - using background images sliced for faster loading. Would that be a mix of css and tables?
Would I create <div> for each area Id like to lay out a number of thumbs? I hope that made sense.
|
http://www.9xs.net/thumbs.html
If you view the source in this page, you'll see that the images go side by side quite neatly, and wrap to the edge of the browser window.
There's nothing stopping you from creating a div that's say... 180px wide (135 x 2 + padding) and putting the images inside that. Then the images would wrap 2 by 2 within that div, rather than the entire browser window.
It means having to do a little math on your part to get the divs the right size to make everything fit snug, but you make your divs, put your thumbs in and the galleries will just work.