Home › Forums › CSS › image gallery with with description and full size image with CSS › Re: image gallery with with description and full size image with CSS
January 30, 2013 at 2:00 pm
#122862
Member
Hi, how do you plan to show column 2 and 3? On the mockup image it looks like iframes (with scrollbars)?
Maybe one way to do it is to have just two divs:
div 1. Thumbnails with position static
div 2. Text plus big image
The thumbnail image can have a link to a anchor tag to the corresponding text. But not sure how to have the big image “locked” beside it’s text. Maybe a table (yeah, I know – low tech ;)
Best, Magnus