javascript on mouse hour on image displays same image large

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
prasadb2005
Forum Newbie
Posts: 7
Joined: Tue May 19, 2009 1:18 am

javascript on mouse hour on image displays same image large

Post 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.
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

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

Post by onion2k »

Just resize the images.
myismymxd
Forum Newbie
Posts: 5
Joined: Wed May 20, 2009 10:41 am

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

Post by myismymxd »

<img onmouseover='this.src="the big image's src"'
prasadb2005
Forum Newbie
Posts: 7
Joined: Tue May 19, 2009 1:18 am

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

Post by prasadb2005 »

It works.

Thanks.

Thank you very much.
Post Reply