Hey there,
So I'm working on something; basically its a list of gaming servers and at the end of each row in the table I have an image, where the user can click to make a popup box, where they can copy the server ip:port of the server.
As you can see, the image for it does nothing.
Using MooTools, what would be the best way to tackle this? I would ideally love just a popup box, where the text is pre-highlighted and the user can hit "ctrl c" and they're done. I have looked around, I dont think a tooltip would work. however I cant think of anything else, apart from a hidden div that has a set location for each row to show its self... but again, whats the best way to do this in MooTools.
Cheers.