Hi,
I have a table with rows filled with data from a DB.
-------------------------------------------------------------
| Field 1 | Field 2 | Field 3 | Field 4 | Field 5 | IMAGE | Field 6 |
-------------------------------------------------------------
What I am trying to do, is create a floating text box using z-index, that is only visible when hovering on the IMAGE. I want it to hover on the right, over 'Field 6' (hence the z-index).
Basically, im trying to recreate the 'ALT' text effect you get with text-links.
The only difference is that i will be dynamically populating that text box for each record extracted from the DB.
So far, my attempts have gotten me the text box doing everything i want except for actually displaying the text (using a php 'echo' for a pre-set variable), and as the 'IMAGE' was hovered on each record, the 'empty' text box would only show on the first record. (ie, hover over IMAGE on record 5, and the text box appears next to 'IMAGE' on record 1)
I hope thats not too confusing.. I'm tired. its been buggin the hell out of me for the past few hours now.
Any help appreciated.








Bookmarks