Results 1 to 3 of 3

Thread: Amazon-style Drop-In box - help please!

  1. #1
    Join Date
    Oct 2004
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Amazon-style Drop-In box - help please!

    Love the site and the Amazon-style drop in script
    (http://www.dynamicdrive.com/dynamici...amazondrop.htm)

    I was planning to use it on a number of my sites but wondered if anyone knew how I could make either or both of the following tweaks to it...

    1) Is there a way to set it so that it NEVER loads on its own but instead has a clickable link/image that triggers it.

    2) Is it possible to make it move in from right to left, rather than top to bottom?

    I'm no scripting expert by any stretch so any suggestions gratefully received!

    ~~steve~~
    www.tellytunes.com

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    For 1), that's easy to do. Just follow the below steps:

    1) First, make sure the display mode is set to "always" near the top of the script.

    2) Remove the entire bottom code block:

    if (displaymode=="oncepersession"...){
    "
    "
    }

    3) Finally, use a link like the below to manually drop down the box:

    <a href="javascript:initboxv2()">Drop down</a>

  3. #3
    Join Date
    Oct 2004
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Great stuff - that worked perfectly!

    Thanks very much, much appreciated.

    ~~steve~~
    www.tellytunes.com

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
  •