Results 1 to 3 of 3

Thread: Switch Content + thumnail combo puzzle

  1. #1
    Join Date
    Jun 2010
    Posts
    59
    Thanks
    10
    Thanked 0 Times in 0 Posts

    Default Switch Content + thumnail combo puzzle

    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/t...urservice.html

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

    Any help would be much appreciated!

  2. #2
    Join Date
    Dec 2008
    Location
    Portsmouth, UK
    Posts
    1,891
    Thanks
    2
    Thanked 441 Times in 435 Posts

    Default

    I can not see any problem with the image swap

    as for the switch content

    Code:
    <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
    Vic
    God Loves You and will never love you less.
    http://www.vicsjavascripts.org/Home.htm
    If my post has been useful please donate to http://www.operationsmile.org.uk/

  3. The Following User Says Thank You to vwphillips For This Useful Post:

    katebellami (06-01-2012)

  4. #3
    Join Date
    Jun 2010
    Posts
    59
    Thanks
    10
    Thanked 0 Times in 0 Posts

    Default

    Thank you!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •