Hi - can anyone help? I want to create a gallery page with a column of thumbnails down the left hand side, which when clicked on, will open a larger version on the right hand side... It's the clicking bit to open a larger version that I can't do!
Images
Collapse
X
-
Tags: None
-
-
Originally posted by improvcornartis tHow are you trying to do this? HTML only? Javascript?Comment
-
This can be done in CSS ... basically, you can mimic the behavior of a drop down navigation ... check out how the right nav works on this site:
http://alanschindler.c om/
Basically, the "main nav" is a list ... the "sub nav" has a default position of, say, left -2000px ... then on hover it's positioned, say, left 400px ... so it's "invisible" until rolled over.
Make sure you set your body margins and line heights in the CSS so that the picture will appear in the same place on various browsers.Comment
Comment