Hi,
I am trying to make a photo album which will display 5 images (thumbnail) in a row and
when the user moves his browser over the thumbnail, I want it to enlarge the image.
I prefer not to use javascript.
Any clue!
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jiteendra SampathiraoPosted Aug 16, 2011, 7:25 AM
Amit ChoudharyPosted Aug 16, 2011, 6:50 AM
You should use javascript to handle the mouseover event. Without using javascript i don't see if its feasible to achieve this.
yeah.. There can be a hack for this if you can utilize the style for achor tag with hover rule in your css. But take care of all browser support. :)