https://bugs.winehq.org/show_bug.cgi?id=17682
--- Comment #17 from Jice wine@cardot.net --- I started to debug the code and could already identify some problems. Furthermore some types of hotspots are not implemented (e.g. the 4 links BACK, PRINT... at the top). On the other side the EM_CHARFROMPOS message returns the char *closest* to the mouse pointer, which means that for a large image (e.g. the one with the 2 rows of links Overview...) when the mouse is farther than the middle of the picture, it returns the position next to the picture (instead of the expected-by-the-code position of the picture itself): I managed to have the links working on this picture, but only for the left-most half :p Conclusion: I should be able to enhance this somewhat, but this won't be very soon as I said before, maybe during this summer.