Results 1 to 2 of 2

Thread: Blending Image Slideshow - Hotspots / Disable Fade

  1. #1
    Join Date
    Dec 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Blending Image Slideshow - Hotspots / Disable Fade

    1) Script Title: Blending Image Slideshow

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/image4.htm

    3) Describe problem: I would like to replace the links provide in the example (//specify corresponding links) with hot spots. Is that possible? If so, please provide some noob code.

    Additionally, I would like disable the fade effect on the first image that loads.

  2. #2
    Join Date
    Dec 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I was able to resolve the hotspot question and find a workaround for the fade in question. Here's the code in case anyone wants it...

    Code:
    <td background="images/xxxx.jpg" width="200" height="200"><a href="javascript:gotoshow()">
    
    <img src="images/xxxxxxx.jpg" name="slide" width=200 height=200 border=0 usemap="#slideMap" style="filter:blendTrans(duration=3)"><map name="slideMap" id="slideMap"><area shape="polygon" coords="xx, xx, xx, xx, xx, xx, xx, xx" href="index.htm" /></map></a><script language="JavaScript1.1">
    I used a second image as a template for the map xx's. Worked like a champ.

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
  •