Gradual Shrink Image on Load if From Certain URL?
I've looked everywhere for a day or two and can't find a script that will do what I want (even sans URL part), so I'm asking here.
I want a script that will downsize an image (say, 576w x 360h) to a specific size (say, 288w x 180h) gradually on load if the user came to that page from one certain other page (i.e. www.siteinquestion.com/index.html).
In other words, the image will start out large, but will automatically shrink itself small so as to be in the corner and out of the way to make room for other information on the page - but if the user came from any other page than index.html, such as other pages on the same site, the image would start out small and out of the way.
Thanks!