I am more into the simpler desktop programming scene (when it comes to this sort of stuff it is a hell of a lot simpler to deal with).
I have a large .png file I wish to display in the browser which is effectively a map with icons and when a user hovers over the icon I want to draw (preferably) a graphical window of sorts (can be another image pre-designed) and put styled text on this window (a basic display).
The .png is to be used in <img>
tag using <map>
and <area>
, so <canvas>
and applicable javascript functions are out of the question, it does not work, not ever with transparent double trickery (already tried it).
On a side note, why on earth has such a simple task that my 8 year old sister can do in an old IDE and Language on Windows and I can't get close in a browsers LOL!