|
Posted by C A Upsdell on June 22, 2005, 9:48 am
Please log in for more thread options
Michael Eisenstadt wrote:
> What are the coding options for client-side image size changing?
> I want the viewer to be able to switch between two different sizes
> of the same image with his/her mouse.
Consider making the images background images, which would enable you to
switch them using CSS. Normally one background image would appear (no
hover, with smaller image size), but hovering the cursor over the image
would change the background image to the other image (hover, with larger
image size).
|