Feedback on: irt.org FAQ Knowledge Base Q1259
Worth:
Worth reading
Length:
Too short
Technical:
Not technical enough
Comments:
The suggestion, after copying and pasting into an HTML page and viewing, did work, but did not put the tooltips exactly where the mouse cursor was.
Worth:
Very worth reading
Length:
Just right
Comments:
Suggested changes in example.
In IE5 it works without the table.
Changes:
.myStyle
{
position : absolute;
visibility: hidden;
background-color: "#ffffcc";
}
<div id="myLayer1" class="myStyle">
This text is hidden from view.
<br>
It is revealed when the mouse
<br>
moves over the first hot spot
</div>
<div id="myLayer2" class="myStyle">
This text is also hidden from view until it is
revealed when the mouse moves over the 2nd hot spot
</div>
<div id="myLayer3" class="myStyle">
Some more text which is also hidden from view until it is
revealed when the mouse moves over the 3rd hot spot
</div>