OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
gallery with CSS
This page's ID:
11054
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
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. With tables it would look like this: [code] <table width=100%> <tr> <td width=25%>IMG</td><td width=25%>IMG</td><td width=25%>IMG</td><td width=25%>IMG</td> </tr> <tr> <td width=25%>caption</td><td width=25%>caption</td><td width=25%>caption</td><td width=25%>caption</td> </tr> </table> [/code] Thanks for your help!
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »