Major change to the tooltip code design - switch to javascript
Some browsers will do the imagemap and span CSS, but IE and
Konqueror (Safari?) won't. Ugh. Give up on that, and switch to trivial
Javascript functions to trigger on onMouseOver() and onMouseOut()
events instead. Generate all the port tooltip boxes in the right place
but invisible, and when desired simply make the right one visible.
Works on all of IE, Firefox, Chrome and Konqueror here, so this will
do.
Change-Id: I9062ff02c09f275d570148542bcf994f6698c9fc
1 file changed