Does anyone know of a good tutorial that allows us to create a rollover image/link that enables a popup box onRollover and disappears onRollout.
But the info must be database driven for a list of rows I'm pulling from mysql.
So, basically I would like to show a list of rows from mysql for my contacts. And instead of showing the addresses of all contacts, I'd like an image or a link to represent them, and when you scroll your mouse over the image or link, then a popup box shows with the address information.
I know that javascript or maybe ajax can be used for this, but I have been unsuccessful with finding one so far.
thanks!