OK, I know it's not a PHP question, but I have over 1800 posts here, so you can all bite me :evilgrin:
Now that I've said that, how about some help? 😃
I have been playing with the GD library, and been having some fun with it. I created a Color Picker that generates a color chart, which is clickable. When you click it, it sets the background color to your choice, and displays Hex, RGB, CMY, and CMYK values for the color. So far, so good.
What I want it to do is display a value to the user as they mouse over the image. I want this to be displayed in a custom tooltip, and I want the value in the tooltip to change as the mouse moves (as well as have the tooltip be anchored to the mouse).
Anyone done something like this in Javascript? I know I could use fields near the image and update them on mouse movement. I know it would be a better app in Java (but then it wouldn't be a PHP project, would it?). Any push in the right direction would be cool. I have STFW, but if you know where I might have missed it, then let me know!
Oh, and let me know what you think of my first foray into the world of GD goodness 🙂
Thanks!