Results 1 to 6 of 6

Thread: Rollver image to show larger image?
      
   

  1. #1
    shelz013 is offline Sergeant
    Join Date
    Nov 2007
    Posts
    29

    Default Rollver image to show larger image?

    Still working on my site, and I want to be able to have the customer mouse over image (150x200pxl) and have the same image show but larger (say300x450pxl) Is that possible, and where can I find the info to do it?
    Thx!

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

    Default Re: Rollver image to show larger image?

    Hi, pop your small image on the page & put the code below in the link url field of this image, changing the url link of my image for your larger image that you will have to upload to your server 1st. You can adjust the size & position of the pop up in the code.

    HTML Code:
    #" onmouseover="window.open('http://www.collectors-info.com/Collector-bird-jackdoor.gif', '','width=300,height=200,left=350,top=300'); return false;"

  3. #3
    shelz013 is offline Sergeant
    Join Date
    Nov 2007
    Posts
    29

    Default Re: Rollver image to show larger image?

    That worked GREAT! Thanks.. but, is there a way that it can be tweaked so that the image will go away after you move your mouse from the original image? I think having a pop up window open every time you mouse over an image will get annoying...

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

    Default Re: Rollver image to show larger image?

    Ah! You maybe more flexible with this one.

  5. #5
    shelz013 is offline Sergeant
    Join Date
    Nov 2007
    Posts
    29

    Default Re: Rollver image to show larger image?

    Thanks.. Would I put the java script in the head section on the page, or in a separate java box?

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

    Default Re: Rollver image to show larger image?

    Hi, in the "Between The Head" tag.

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