Results 1 to 7 of 7

Thread: Pop Up Picture?
      
   

  1. #1
    JayGeePee is offline Sergeant
    Join Date
    Mar 2008
    Location
    Somewhere Warm
    Posts
    28

    Question Pop Up Picture?

    I was wondering if I could create something that allows my members to point there mouse at some Text, and a thumbnail picture pops up beside it. Example: 20 Garden Tips - When someone points at this text with there mouse a thumbnail picture pops up. When they take the mouse off the text it disapears. A non-clickable text... Hope I explained well enough. Thanks in advance.

  2. #2
    Vasili's Avatar
    Vasili is offline Moderator
    Join Date
    Mar 2006
    Posts
    13,610

    Default Re: Pop Up Picture?

    . VodaWebs....Luxury Group
    * Success Is Potential Realized *

  3. #3
    JayGeePee is offline Sergeant
    Join Date
    Mar 2008
    Location
    Somewhere Warm
    Posts
    28

    Default Script?

    How to I use this script properly in blue voda? I know I have to put this code into the <head>. But what do I do with this part -

    <a href="#" onmouseover="doTooltip(event,0)" onmouseout="hideTip()">Link 1</a><br>.

    I know my script is like this -

    <a href="#" onmouseover="doTooltip(event,0)" onmouseout="hideTip()">1,124 Subscribers In 1 Week</a><br>. <----Where do I put this part of the script?

    This is the script-
    http://www.dynamicdrive.com/dynamici...agetooltip.htm

    Thanks in advance

  4. #4
    JayGeePee is offline Sergeant
    Join Date
    Mar 2008
    Location
    Somewhere Warm
    Posts
    28

    Default Re: Pop Up Picture?

    This is my customized script

    // tooltip content goes here (image, description, optional bgColor, optional textcolor)
    var messages = new Array();
    // multi-dimensional arrays containing:
    // image and text for tooltip
    // optional: bgColor and color to be sent to tooltip
    messages[0] = new Array('1124subsmed.jpg','1,124 Subscribers in 1 Week',"#FFFFFF");
    messages[1] = new Array('10steps.jpg','10 Steps to A Killer Web Copy',"#FFFFFF");
    messages[2] = new Array('100pdftemp.jpg','100 Instant PDF Templates',"#FFFFFF");
    messages[3] = new Array('1001newtips.jpg','1001 Newbie-Freindly Tips',"#FFFFFF");

    Is ther something wrong with this part? When I preview the page with the script the boxes come up with my description, but the image isnt there, just a box with an x in it.

  5. #5
    Karen Mac's Avatar
    Karen Mac is offline General
    Join Date
    Apr 2006
    Location
    X marks the spot
    Posts
    8,353

    Default Re: Pop Up Picture?

    You have to upload the image. BV wont upload it inside the java script for you.

    Karen

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



  6. #6
    JayGeePee is offline Sergeant
    Join Date
    Mar 2008
    Location
    Somewhere Warm
    Posts
    28

    Default Re: Pop Up Picture?

    I created a test site to show what my problem is. When I published it, it made a lier out of me, because I said the first one works, but it dont. Any way this is my problem here...

    http://www.resellebooksguru.com/test.html

  7. #7
    JayGeePee is offline Sergeant
    Join Date
    Mar 2008
    Location
    Somewhere Warm
    Posts
    28

    Default Re: Pop Up Picture?

    bump

    I finally got it, thanks

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