Topic: gallery with CSS (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: switzerland |
posted 09-23-2003 18:29
I'm trying to do a thumbnail gallery with CSS, but I couldn't find a solution. The 4 x 9 images should be placed in rows, using all the space (width), so every image uses 25% of the available width. And there should be place for a caption beneath the thumbnail. code: <table width=100%>
|
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 09-23-2003 18:56
Gweilo: In these circumstances I always head for this: |
Bipolar (III) Inmate From: switzerland |
posted 09-23-2003 21:09
Thanks for the link. With it I finally manage to do this task, but it still doesn't work perfectly. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 09-23-2003 21:12
Gweilo: The first problem is probably to do with IE poor implementation of the box model - see the GN CSS tutorials. |
Bipolar (III) Inmate From: switzerland |
posted 09-23-2003 23:50
thanks emps, I appreciate your help! |
Paranoid (IV) Mad Scientist From: KC, KS |
posted 09-25-2003 15:08
That's a sweet link emps, thanks. |
Bipolar (III) Inmate From: switzerland |
posted 09-26-2003 14:19
I finally found the solution! IE had problems displaying 3-times-nested divs correctly, so I just took them apart and everything worked just fine. |