I was surfing over Dynamicdrive.com when I encountered this script. This lets you show your pictures in a different way, as the name says it expands your pictures when cursor is moved over them.
Demo you can see below



How to apply the script?
Copy down below code in the Head portion of your page.
<script type="text/javascript" src="http://coolabhay.com/wp-content/uploads/2009/04/expando.js">
/* Expando Image Script ©2008 John Davenport Scheuer
as first seen in http://www.dynamicdrive.com/forums/
username: jscheuer1 - This Notice Must Remain for Legal Use
*/
</script>
Then use the below code to address the image or picture.
<p>
<img class="expando cat" border="0" src="put the image address here" width="200" height="88">
</p>
And it is done.
Other Popular Posts :
- How to apply Expando script in your WordPress Blog
- Create Image and content Gallary
- Redirecting script. How to redirect pages?
- Easily create Flash menus, buttons and banners: FlashVortex
- Create your own Cartoon Strip(Easy Way)
- 10 Image hosting and Sharing Sites
- Let us create a 3D box/cube in Gimp
- Edit PSD Image in Gimp-Free Picture Editing Software
- How to apply autoplay function to Youtube videos
- How to downlaod Youtube videos
- Create a text watermark in 30 sec with Photoshop
Do you know how to control image expansion speed? Thank you!
hmm…
that’s an easy task (fingers crossed)
I never tried it myself though.
But you can give it a try
edit the speed parameters in js of its script
Its on 3rd line
see
http://coolabhay.com/wp-content/uploads/2009/04/expando.js