Click here to Skip to main content
16,008,719 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Well I just want to have an effect like this website:

http://www.2del.com/pages/musics.aspx[^]

when I mouse over an Image a popup layer shows the big sized image.
please help me do that...
thanks alot.
Posted
Updated 5-Feb-10 20:47pm
v2

I am certain that the ASP.NET AJAX library has a control to do this, but you don't need AJAX. You just load the image at the big size, and resize the control with Javascript when the mouse is over it.

The first step in cases like this, is to look at the source of the page you want to copy. I cant look at it tho, it's not loading for me.
 
Share this answer
 
Loading images at big size in first will be a problem for people that has slow internet connections(not everybody has 100Mbit conn.), i would recommend you to load small images first and load big images when "mouse over" is triggered. You could do that with AJAX i guess or maybe also with Javascript; i dont know that part exactly.
 
Share this answer
 
Something similar, check this out
Yahoo! News Rotator using jQuery, CSS, JSON, and ASP.NET[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900