Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Site logo script not showing up in firefox

  1. #1
    Join Date
    Jun 2005
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Site logo script not showing up in firefox

    Any thoughts on this??? At first i thought it was because i assigned it a negative z-index value since for some reason firefox does not like that. But when i tried removing the - z-index value it still wouldnt show up. I know it should since i can see from the demo when i went to dynamic drive that it is compatible. It works just fine on ie. The url is giyang.blogspot.com

  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

    It might be because you have this:

    Code:
    if (ie||document.getElementById||document.layers)
    at the end of http://www.freewebs.com/gjoaquin/staticlogo.js. It is the beginning of a conditional statement but, since you have removed the rest of it to combine with your other '<body onload=' statements, FF could be ignoring the rest of the script. Try removing it and see what happens. If that fixes it, your body onload should be amended to this:

    Code:
    <body onload="fall();earthquake();if (ie||document.getElementById||document.layers) {beingwatermark();}">
    - John
    ________________________

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

  3. #3
    Join Date
    Jun 2005
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    where will i remove the if (ie||document.getElementById||document.layers)??? Is that in my staticlogo.js file? Or is that the one in the the disable rightclick script?

  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

    - John
    ________________________

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

  5. #5
    Join Date
    Jun 2005
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    i tried that but it still would not show up
    any other ideas??

  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

    Well, it is still there. I tried locally and removing it does fix the problem.
    - John
    ________________________

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

  7. #7
    Join Date
    Oct 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Having the same problem...

    I am having the same problem. I have already tried the solution suggested, to no avail. Please help! http://www.fcsbetasite.flintschools.org/test.html
    http://www.fcsbetasite.flintschools.org/staticlogo.js
    Last edited by lferguson; 10-26-2005 at 06:18 PM.

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

    lferguson,

    Your test page and script are not, at the moment, available pages. the base address:

    www.fcsbetasite.flintschools.org

    appears to be invalid.
    - John
    ________________________

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

  9. #9
    Join Date
    Oct 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    John,

    My apologies. That subdomain isn't public. Try this...

    http://www.flintschools.org/test.htm
    http://www.flintschools.org/staticlogo.js

    It isn't working in IE or FF.

    Thanks for your help.

    Lottie
    Last edited by lferguson; 10-27-2005 at 12:13 PM.

  10. #10
    Join Date
    Oct 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Nevermind! I got it going!

    Thanks!

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
  •