Results 1 to 7 of 7

Thread: Lightbox Image Viewer

  1. #1
    Join Date
    Sep 2007
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Lightbox Image Viewer

    1) Script Title:

    Lightbox Image Viewer

    2) Script URL (on DD):

    http://www.dynamicdrive.com/dynamici...tbox/index.htm

    3) Describe problem:

    This script seems to work fine in all browsers but IE. The black (faded back) background isn't working. Can anyone give me some insight?

    http://www.daltonmg.com/work/new_pro...aunch_work.htm

  2. #2
    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

    Works fine here in IE 7. What version of IE are you talking about? Does the demo page on DD work for you in your IE?
    - John
    ________________________

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

  3. #3
    Join Date
    Sep 2007
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    It's IE 6.

    The DD sample works fine.

    I am not sure if its a conflicting style or what.

    I'll keeping hacking away, any other insight would be appreciated.

    Thank you.

  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

    OK, IE 6. That uses the AlphaImageLoader filter. The location of the overlay.png image needs to be given relative to the page that is using it, or in absolute terms, ex:

    Code:
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.daltonmg.com/lightbox/overlay.png", sizingMethod="scale");
    - John
    ________________________

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

  5. #5
    Join Date
    Sep 2007
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I really appreciate your help. One more question, does this go in the stylesheet?

    Bryan

  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

    Yes, it does.
    - John
    ________________________

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

  7. #7
    Join Date
    Sep 2007
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank you again for all your help.


    Bryan

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
  •