BillyT
08-16-2006, 01:32 AM
Hi, I have a block that contains 4 logos from top to bottom. I want these logos to rotate in position on page load, and contain links. What I've done so far is create 4 image files each one has the 4 logos in a different position. I figured maybe that would work with a simple image rotation script but overall I have no idea how to have links for each image (4 links per image). I'm not to good with html etc, i am only familiar with adding an image in dreamweaver and making hotspots, and more simple things. Not sure if anyone can point me to a method of doing this? I'd even pay to have it done really, getting desperate. thanks
the_pm
08-16-2006, 07:04 AM
Building on what you've described already, it sounds like all you need to do is add a separate image map to each rotation script, matching the particular image in question. Create an image map (hotspots) for each image, and then add those into your existing script.
BillyT
08-16-2006, 07:19 PM
Building on what you've described already, it sounds like all you need to do is add a separate image map to each rotation script, matching the particular image in question. Create an image map (hotspots) for each image, and then add those into your existing script.
That sounds doable unfortunately I've spent hours trying to find a basic script without luck sigh
BillyT
08-16-2006, 07:43 PM
i found two scripts but they basically say input image location and input link for image. I am not sure hot to get the link to have coordinates. When i add the map it just breaks the script.
the_pm
08-16-2006, 09:53 PM
You'll need to make sure all of your markup is on a single line (I'm assuming each image is being served as part of an array).
Can you link to the actual script?
BillyT
08-17-2006, 03:30 AM
You'll need to make sure all of your markup is on a single line (I'm assuming each image is being served as part of an array).
Can you link to the actual script?
thanks very much for trying to help me, I am pretty clueless! i have attached a script that I thought might work. I just need it to rotate my 4 images each image with 4 hotlinks on it.