Log in

View Full Version : Switch Content + thumnail combo puzzle



katebellami
06-01-2012, 12:43 AM
I am trying to combine 2 scripts, but am not sure that is the easiest way to tackle this puzzle. What i am trying to acheive is this:

There are 4 image links on the left side of the screen, I want each to act as a 'thumbnail' and on mouseover, the image to the right will change. On mouseout, they will disappear again. ALSO, I would like for on clicking one of the 'thumbnails' a description expands below, as in switch content script.

Here is a link to the page im working on:
http://www.be-eventproductions.com/temp/BEatyourservice.html

The mouseover/mouseout is acting quirky, and the switch script is not working at all.

Any help would be much appreciated!

vwphillips
06-01-2012, 02:33 PM
I can not see any problem with the image swap

as for the switch content


<span id="corporate-title" class="handcursor">
<a onclick="return false;" href="http://www.be-eventproductions.com/temp/images/corporate-pic.png" rel="enlargeimage" rev="targetdiv:loadarea2, trigger:mouseover, preload:yes, fx:none"><img src="http://www.be-eventproductions.com/temp/images/BE-corporate.png" alt="BE corporate" style="margin-top:20px; border:none;" /></a>
</span>


gets this to work for the first header

katebellami
06-01-2012, 07:04 PM
Thank you!