I have a search result which includes images. When the user hover over the image, the image should expand like we see in bing http://www.bing.com/images/search?q=world&go=&form=QBIR&qs=n . Please help.
A:
you should take a look into javascript frameworks
All of those would be able to implement such effects, if you want the exact same effect let me know which framework you want to use I would provide a code snippet.
RageZ
2009-09-30 06:00:43
A:
If you can use jQuery then you can write
function on
event.
In the animate function change the width and height to your desired one.
rahul
2009-09-30 06:01:39
if i change the height and width it only crops and not the whole image is enlarged. Please help
Rajasekar
2009-09-30 06:43:28