Page 1 of 1

javascript on mouse hour on image displays same image large

Posted: Tue May 19, 2009 1:24 am
by prasadb2005
Hello friends,
I have lot of images on my Landing Page. All images are in small size. I want to applay javascript effect mouse hour. so that when user put mouse on image. image get display in large size.

Please help me to do below task.

Thank You

Prasad.

Re: javascript on mouse hour on image displays same image large

Posted: Tue May 19, 2009 3:41 am
by onion2k
Just resize the images.

Re: javascript on mouse hour on image displays same image large

Posted: Wed May 20, 2009 6:56 pm
by myismymxd
<img onmouseover='this.src="the big image's src"'

Re: javascript on mouse hour on image displays same image large

Posted: Fri May 22, 2009 8:51 am
by prasadb2005
It works.

Thanks.

Thank you very much.