I would use jQuery to add the mouseover events. Something like:

(pseudocode)

(this).hover(function){
    show.DivWithEnlargedImage() },
hide.DivWithEnlargedImage()


not exactly like that, but you can search the jQuery website for what you
want.

Reply via email to