Fading Images Not Showing Correctly Since Firefox 35

This has been working perfectly up until I installed Firefox 35 late last week. Now, for some reason, the fading images on the home page only show up about half way & the rest is just white screen where the remainder of the image should be. It still looks perfect in IE & Chrome browsers; does anyone have any idea why it’s no longer showing properly in the latest firefox browser? Here’s the link for the website- www.metroanimalshelter.org

HI,

It seems to work in Firefox developer edition but not in the normal Firefox.

I replaced your mages with images of my own and it worked perfectly in both.

<div class="slides">
        <ul>
                <li><img src="http://www.pmob.co.uk/temp/images/zimg1.jpg" alt="image01" width="900" height="600" /> </li>
                <li><img src="http://www.pmob.co.uk/temp/images/zimg2.jpg" alt="image02" width="900"  height="600" /> </li>
                <li><img src="http://www.pmob.co.uk/temp/images/zimg3.jpg" alt="image03"  width="900"  height="600"/> </li>
                <li><img src="http://www.pmob.co.uk/temp/images/zimg4.jpg"alt="image04" width="900"  height="600" /> </li>
                <li><img src="http://www.pmob.co.uk/temp/images/zimg5.jpg" alt="image05"  width="900"  height="600"/> </li>
                </li>
        </ul>
</div>

That would suggest that there’s something about your images or your host that is upsetting Firefox. Can you host the images somewhere else and give it a try.

You do have a lot of errors in your page but I tested with a cut down version of the page so it wasn’t the errors that was triggering the problem.

1 Like

It’s working in Firefox 35 on Ubuntu Gnome. (Either that or I’ve misunderstood the issue…)

Thank you very much for the help; photobucket’s always worked but for some reason those particular images just didn’t want to play nice with the new firefox version. I went to tinypic and the pics from there worked properly. I appreciate the help. Could you possibly let me know what errors you found in the coding?

thank you for looking for it TechnoBear; I appreciate it.

Hi,

The validator lists them all for you :smile:

Some you can ignore but missing closing tags and incorrect nestings should be sorted out.

Try working your way through it but if you don’t understand any errors then shout.

thanks very much; I’ll give that a go; been dealing with post-concussion the last few months so I"m not surprised there’ve been errors made. Appreciate the assist.

I used the images you provided here, and I still have the same issue. I’ve used Progressive and Non-Progressive JPGs, PNGs, GIFs, and all have the same issue. I’m certain it’s a new FF bug.

Page Info shows the full dimension images but says “size unknown not cached”
If you turn off CSS the full dimension images are there.

Thank you; yea I think it is too because it works fine in the other 2 browsers- Chrome and IE 10.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.