Click to See Complete Forum and Search --> : gallery table or div


acemo
01-07-2006, 06:37 AM
I want to make an gallery page.
I am thinking of making it like 5 rows of 5 pictures wide of each 100 by 100 pixels.

I read alot that tables are bad, so i was thinking bout making this with divs.
problem: I dont know how to make this with divs.

Could anyone give me any hints about how to make this with divs or should i make this with a table?

acemo
01-07-2006, 06:48 AM
suppose i just need to kno how to let it go to the next row after 5 div blocks..

the tree
01-07-2006, 07:09 AM
Niether, it'd be a lot more semantic to use list items like so (http://bonrouge.com/br-fluid.php?page=gallery).

acemo
01-07-2006, 10:28 AM
hey thanks, that site can teach me some other things too ^_^

ray326
01-07-2006, 05:00 PM
Depending on what you want in the design you may not even need divs or you might just need one to enclose all the images.

LJK
01-07-2006, 09:38 PM
Hi -
I still like to use definition lists for image galleries -
each image a separate dl, floated...think maxdesign
had a nice article on it, too.

El

ray326
01-07-2006, 10:18 PM
DLs make a lot of sense if you have metadata to display with each image.