CSS TN3 image galley 2x2 thumb display

Rogerl

New Member
I have been trying to figure out how to go about having a 2x2 grid on the side that showcases the thumbnails using the TN3 image gallery.I've tried taking out the ordered list and when i do that, the thumbs no longer work.So visually i want it to look like this:\[code\]
url]The CSS is too long to post here but i will post what i think is the major code that effects the thumbnail viewer.\[code\].tn3-thumbs ul, .tn3-thumbs li {    margin: 0;    padding: 0;}.tn3-thumbs {    position: absolute;    width: 240px;    height: 480px;    bottom: 0;    left: -290px;    padding: 4px 28px 4px 28px;}.tn3-thumb {    border: 1px solid
 
Back
Top