Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: Gradual Image Fade effect issue

  1. #11
    Join Date
    Dec 2005
    Posts
    49
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    sorry, but i am not exactly sure what you are saying to do. i replaced the line
    Code:
    if (!(object.filters||object.style.MozOpacity||object.style.opacity))
    with
    Code:
    if (!(object.filters||typeof object.style.MozOpacity=='string'||typeof object.style.opacity=='string'))
    but, not sure if string is supposed to be there, or if it is supposed to be changed to something else, and, i am not sure what to change the following line to.
    Code:
    var objOpac=object.filters? object.filters.alpha.opacity : object.style.MozOpacity? object.style.MozOpacity*100 : object.style.opacity? object.style.opacity*100 : null
    so, i cant really tell you if it is working or not since i am not sure exactly what to do.

    also, i fixed the file i posted to work. i forgot to upload the image. please let me know what to do if you can. thanks for helping.

  2. #12
    Join Date
    Dec 2005
    Posts
    49
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    NVM, you posted the other post when i was still typing mine i guess.
    it works now. thanks a bunch.

  3. #13
    Join Date
    Mar 2009
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi,

    Thank you for this script. It works beautifully on the latest Safari but not on Firefox 3.0.7. Opera and IE. What's strange is when I use the preview in Browser function in Dreamweaver it works fine on all browsers but not live. So, I came here and thought may be it's the problem you are talking about on this post so I copied and pasted the script but it's still not working. Here's the working website:

    http://www.heigekim.com/kat_root_fol...rporate_1.html

    Any help would be appreciated.

    Thank you,
    zoeme

  4. #14
    Join Date
    Apr 2008
    Posts
    84
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by zoeme View Post
    Hi,

    Thank you for this script. It works beautifully on the latest Safari but not on Firefox 3.0.7. Opera and IE. What's strange is when I use the preview in Browser function in Dreamweaver it works fine on all browsers but not live. So, I came here and thought may be it's the problem you are talking about on this post so I copied and pasted the script but it's still not working. Here's the working website:

    http://www.heigekim.com/kat_root_fol...rporate_1.html

    Any help would be appreciated.

    Thank you,
    zoeme

    I'm not finding the gradualfader.js file on your site, did you upload it?
    It's not in http://www.heigekim.com/kat_root_fol...radualfader.js, that address comes up 404 Not Found.

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
  •