So I want the user to hover the mouse cursor over a link, then have a popup window, about 400 X 400 maybe, that can dynamically display some text pulled from a MYSQL database. Click the popup window or the original link to go to a page that displays more information.
This is not for the web, it is a LAN with a computer that is running Apache server and PHP.
It must work for Firefox browser.
I'm just trying to get a handle on what technologies are involved, (Javascript? CSS?) and would appreciate a "oh, you can do it with so and so" description, not code examples at this point.
I'm trying to figure out where to start. Thanks!