View Full Version : How Do I Make Text Appear In A Box On Mouse-Over Of Item?
voiceover
02-10-2003, 05:03 AM
I have 10 items listed on a page.
On Mouse-Over of any item, I want instructional text to appear in a Help Box near the item list.
The same Help Box with different text must be used.
How?
John-oh
02-10-2003, 06:14 AM
Stack the text boxes, use page.hideobject("text") to hide all the text you do not wish to display on Page show Actions.
Then on Mouse over your menu / text, use PageHideObject ("text1") and Page.ShowObject("Text2"), you will need to reverse this on Mouse leave.
Hope this is understandable.
RobbyH
02-10-2003, 06:27 AM
You could also use the set text action to set the text of a single textbox on mouseover, and set it back to "" on mouseout.
John-oh
02-10-2003, 08:28 AM
Yes, that's a lot more elegant, as long as you want the text formatting to remain the same.
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.