I would like users to be able to mouse over a group photo on my website and see each person's name when they hover over their face. Does anyone know how to do this or have any helpful links? Thanks!!
You might want to use an imagemap (look it up on the web) coupled with a little javascript for defining areas on an image you can move your mouse over for more info. That's what I would do anyway.