Main
Index
Search
Posts
Who's
Online
Log
In

Home: Discontinued/Classic Products: Listings Manager (Realty Manager & Auto Manager):
So close!

 

 


eggmedia
New User

Apr 21, 2009, 3:19 PM

Post #1 of 3 (7421 views)
Shortcut
So close! Can't Post

I have almost completed setup of a new site and have tried to incorporate the rollover images (dynamic image gallery developed by Ross Fairbairn). Everything works on http://browsethishouse.com/listman/listings/l0001.html except the rollover images. Any help is appreciated!

-Steve


Donna
Staff / Moderator


Apr 22, 2009, 3:13 PM

Post #2 of 3 (7412 views)
Shortcut
Re: [eggmedia] So close! [In reply to] Can't Post

Hi Steve!

Looks like you're missing the actual Javascript that makes it work. :) Add this to your header:


Code
<script Language=Javascript> 
<!--
function changeImageInfo(imageURL)
{
document.big_image.src = imageURL;
}
//-->
</Script>


Make sure you always leave the Javascript intact on things like this. :)

Donna

--
support@interactivetools.com


eggmedia
New User

Apr 22, 2009, 5:11 PM

Post #3 of 3 (7409 views)
Shortcut
Re: [Donna] So close! [In reply to] Can't Post

Donna,

Thanks! I KNOW the code was there when I started working on the page; I'm not sure how I lost it. That was the last thing I needed to get this site up and running. This is my second site using your software and I appreciate the good support.