Results 1 to 6 of 6

Thread: Ultimate Fade-in slideshow with popup

  1. #1
    Join Date
    Jul 2005
    Posts
    67
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Question Ultimate Fade-in slideshow with popup

    Script: Ultimate Fade-in slideshow
    http://www.dynamicdrive.com/dynamici...nslideshow.htm

    Hi there, great script, just wondering how I can link the images to a popup instead of "_new"

    Your help would be greatly appreciated.

    Thanks,
    Martin

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Use _blank rather than _new.
    This script does not appear to work in Firefox 1.5.0.3! Confirmation?
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    Jul 2005
    Posts
    67
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default

    The problem is that I'm linking the fading images to a webpage that is 627 x 600.

    PHP Code:
    //How can I add a centered, 627x600 popup for the following?:
    fadeimages[0]=["images/t.jpg""samples.htm""_blank"//plain image syntax
    fadeimages[1]=["images/t1.jpg""samples.htm""_blank"//plain image syntax 

  4. #4
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Quote Originally Posted by Twey
    Use _blank rather than _new.
    This script does not appear to work in Firefox 1.5.0.3! Confirmation?
    I just received the automatic update to 1.5.0.3 (confirmed using help > about in FF) and it works fine with the demo page for U-Fade. This is not to say there aren't still a few issues with the 'official' version of that script in other browsers, most notably Safari (no generic opacity support in the script and that's what Safari uses) and likely in Opera9 (as yet unreleased) which is rumored to include support for generic opacity. Also there is a typo in the 'official' version that would render it unusable in any browser that recognizes KhtmlOpacity, even if any did so in any useful fashion, which is doubtful. Said typo probably would cause problems all the same in browsers that recognize that type of opacity, even if they don't use it as expected.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  5. #5
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Hm... very peculiar. It doesn't throw an error, but both slideshows sit at half opacity.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  6. #6
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Quote Originally Posted by martino
    The problem is that I'm linking the fading images to a webpage that is 627 x 600.
    There is no 627 x 600 webpage. The content may be limited to an area that size. To get a new window of those dimensions, you would need to use the window.open() method and integrate it into the slideshow script. However, many and an increasing number of browsers will not let you get away with this so, it is only marginally worth the effort. It is better to use a popup division or not to worry about it. Folks can resize their own windows if they need to, not everything has to fit precisely into a box to work, or even to look good.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

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
  •