Feedback: irt.org FAQ Knowledge Base Q1259
Feedback on: irt.org FAQ Knowledge Base Q1259
Sent by Chris Stamey on April 11, 2000 at 12:36:35: - feedback #1073
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.
Sent by Ian Ornstein on July 18, 2000 at 07:50:39: - feedback #1502
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>
|