Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2003
    Posts
    1

    How Do I Make Text Appear In A Box On Mouse-Over Of Item?

    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?

  2. #2
    Join Date
    Jun 2000
    Location
    England
    Posts
    200

    Re: How Do I Make Text Appear In A Box On Mouse-Over Of Item?


    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.

  3. #3
    Join Date
    Jan 2003
    Posts
    74

    Re: How Do I Make Text Appear In A Box On Mouse-Over Of Item?

    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.

  4. #4
    Join Date
    Jun 2000
    Location
    England
    Posts
    200

    Re: How Do I Make Text Appear In A Box On Mouse-Over Of Item?

    Yes, that's a lot more elegant, as long as you want the text formatting to remain the same.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts