I like this (mouseover for the image flip)
but how do I modify the function so that the link of each of the new images would go to seperate locations?
Thanks…
I like this (mouseover for the image flip)
but how do I modify the function so that the link of each of the new images would go to seperate locations?
Thanks…
hmm. I take it you want the large main image to link to something? You just add the link to each of the images in the divs as normal so
<div id="one">
<img src="wine.jpg" height="100" width="100" alt="wine" />
<p>This is some wine.</p>
</div>
becomes
<div id="one">
<a href="http://www.freeads0.com/15918/posts/10_General/67_Food_Wine/">
<img src="wine.jpg" height="100" width="100" alt="wine" />
</a>
<p>This is some wine.</p>
</div>
oh…
man im dumb (I overthought that)
We all do it mate. I have a few famous moments like that myself - like the time I bid £4000 on ebay for a computer chair - luckily the system lets you withdraw bids (should have been £40)