When page loads display 1st image text - hide all other text
Posted
by Jonah1289
on Stack Overflow
See other posts from Stack Overflow
or by Jonah1289
Published on 2010-06-07T06:13:27Z
Indexed on
2010/06/07
6:42 UTC
Read the original article
Hit count: 255
JavaScript
|jQuery
Hi
I have created http://techavid.com/design/test3.html and when you load the page you see there are 3 images. The sun image is focused(in color), while the others are greyed out until clicked. That is how it should be for the images.
Also when you load the page you see under each image it's own text(i.e. 1st: Sun, 2nd: Airplane, 3rd: Nano), but on page load I only want 1st:Sun to display and hide all other text until their respective image is clicked.
Any idea how to do this?
thanks :) J
© Stack Overflow or respective owner