How to make images appear on exhibit part, when titles are being hovered?

Magriso / 2013-08-19 12:56:37   

Hello, my web site is magriso.info

As you see my main page is empty.
What I want to do is, for example when you hover "Happiness Factory", an image of that project to be appear on the exhibit part.

As far as I think;
1) I have to add all the images of every project on the exhibit part (probably as a grid).
2) I have to add white blank images on top of every image that I have added.
3) Then I should right a code to make that white blank image to slide up when the linked title was hovered.

So the question becomes
1) How can I link the index and exhibit parts as I have explained? (this is important!)
2) What is the html code for sliding an image? ( Probably I can find it if I search throughly)

Thanks in advance!
Samim

arsondpi / 2013-08-19 15:16:35   

To be honest I would use javascript for all of this.
It would be quite a task when it it comes in customizing an exhibition format to do this.
Jquery with a combination of css and plain html may to the trick in this case.

This thread has been closed, thank you.