Results 1 to 7 of 7

Thread: Featured Content Glider-not showing picturs in FF

  1. #1
    Join Date
    Feb 2008
    Posts
    4
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Featured Content Glider-not showing picturs in FF

    1) Script Title: Featured Content Glider

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...tentglider.htm

    3) Describe problem: I changed featuredcontentglider.css and put a pictures on left side...but when I open
    http://radoja.phpnet.us/
    "Galerija"
    ...all pictures wont load in Firefox ?
    On my PC is all ok...but when I upload not ?
    Can someone please help ?

  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 OK here in FF. Perhaps you need to clear your browser's cache. The menu hovers are giving errors in FF though:

    Error: this.filters has no properties
    Source File: http://radoja.phpnet.us/
    Line: 1
    That line number probably means that the error is in code carried out via a timeout, an interval, or coded to an event like onmouseover.
    - John
    ________________________

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

  3. The Following User Says Thank You to jscheuer1 For This Useful Post:

    MiLLeR (02-28-2008)

  4. #3
    Join Date
    Feb 2008
    Posts
    4
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Unhappy

    I cleard browser's cache, but when I go in "Galerija"
    11 pictures on left side wont load in Firefox
    I tested on others places and it's same
    I removed onmouseover...

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

    That's very strange, it still looks fine to me in FF, I even tried an older version, good there too, are you using a beta? I've got 2.0.0.12. What OS are you using?
    - John
    ________________________

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

  6. #5
    Join Date
    Feb 2008
    Posts
    4
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    I have 2.0.0.11...I asked friends...and they hawe same problem with not showing all 11 pictures

  7. #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, imagine my dilemma. I see the images. I can't help out much unless I can see it the way you do and both find and correct the cause.

    You should fix this:

    Code:
    p{margin: 0 2px
        font-size: 250%;
        color: #ffffff;
        padding-bottom:0px}
    on the main (top) page, it should be either:

    Code:
    p{margin: 0 2px;
        font-size: 250%;
        color: #ffffff;
        padding-bottom:0px}
    or be edited or removed altogether.

    This, on galerija.html:

    Code:
    <style type="text/css">
    
    
    body {background-color: rgb(228,194,122);
    
    </style>
    Should also be fixed:

    Code:
    <style type="text/css">
    
    
    body {background-color: rgb(228,194,122);}
    
    </style>
    Validating the page might help too:

    http://validator.w3.org/check?verbos...Fgalerija.html
    - John
    ________________________

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

  8. The Following User Says Thank You to jscheuer1 For This Useful Post:

    MiLLeR (03-01-2008)

  9. #7
    Join Date
    Feb 2008
    Posts
    4
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    Thanx for helping...I fixed moust of errors ( but it will be fixed )

    Picture of my problem is in attachment...I tested on about 10 diferent places and it is the same...not opening all 11 pictures only in Mozilla Firefox

    I saved file galerija.html as UTF-8 encoding !
    If i save diferent won't work at all !?
    Last edited by MiLLeR; 03-01-2008 at 08:04 PM.

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
  •