Results 1 to 5 of 5

Thread: How to create a text pop-up box?
      
   

  1. #1
    Sunchaser's Avatar
    Sunchaser is offline First Lieutenant
    Join Date
    Nov 2007
    Posts
    199

    Default How to create a text pop-up box?

    I've been searching for information on creating pop-up text through these forums for days, and it seems like the solution is an outside script.

    This script was recommended here a few times:

    http://www.dynamicdrive.com/dynamici...agetooltip.htm

    Step 1. is very easy, but I don't quite get Step 2:

    Step 2: Then, set up your links to contain the necessary onMouseover and out attributes. Use the following code as an example, where 0 and 1 refer to the image tooltip's index number in the script above that you wish to invoke :
    Select All
    <a href="#" onmouseover="doTooltip(event,0)" onmouseout="hideTip()">Link 1</a><br><a href="#" onmouseover="doTooltip(event,1)" onmouseout="hideTip()">Link 2</a>

    I don't quite understand what they are talking about.

    What I want to do -
    - I have a list of items.
    - As a person mouses over each item, a paragraph of text pops up.

    I'd appreciate it if anyone could enlighten me. (using baby steps!)

    thanks!

  2. #2
    Sunchaser's Avatar
    Sunchaser is offline First Lieutenant
    Join Date
    Nov 2007
    Posts
    199

    Default Re: How to create a text pop-up box?

    Does anyone have any info on this? am still scratching my head.

    thanks,
    sunchaser

  3. #3
    WSBlue's Avatar
    WSBlue is offline Brigadier General
    Join Date
    Apr 2006
    Posts
    1,416

    Default Re: How to create a text pop-up box?


  4. #4
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: How to create a text pop-up box?

    Hi, the 1st part of the code is where all the work will have to be done. This 2nd part of the code you are showing above just calls up the 1st part that you have already put in the head of the page. All you do with this 2nd part is place it in a html box on your BV page.

  5. #5
    Sunchaser's Avatar
    Sunchaser is offline First Lieutenant
    Join Date
    Nov 2007
    Posts
    199

    Default Re: How to create a text pop-up box?

    Thanks WS-blue - though that triggered my pop-up blocker, so not quite what I was looking for.

    Thanks collectors-info - that did the trick. I just couldn't quite get what you had to do.

    Now i just need a html/mouseover etc tutorials; so I can do some more tricks :) - off to search the net.

    Sunchaser

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49