The same picture can not be displayed in different browsers

Source: Internet
Author: User
Image Browser Google

First look at this page www.lw898.com home player here.
1. The fourth picture in the old browser (including IE8 below the core) can not be displayed in any way, but Firefox, IE9, Google and other new browsers are no problem. Directly with the link in the browser can not see the normal, but the direct download, but also can download the picture. Prove that the picture in the server segment is some, is not in some browsers normal display;
2. There is a very strange phenomenon, sometimes refreshing, the picture switch is not normal, but directly open and normal.


Reply to discussion (solution)

You go straight to the code.
Unless you have a single row or column for your page layout, you can't figure out which one the "fourth" refers to.

You go straight to the code.
Unless you have a single row or column for your page layout, you can't figure out which one the "fourth" refers to.

The player is a 1 2 3 4 5 There are listed correctly that the fourth group does not display properly


 
  
  

Why can't IE see it?
It could be a format problem, right?

Http://www.lw898.com/data/afficheimg/1368413000838436896.jpg

Why can't IE see it?
It could be a format problem, right?

Http://www.lw898.com/data/afficheimg/1368413000838436896.jpg


You mean the picture format?

For no reason, the second Zhang and the fourth byte number is large?? 500+k/400+k
BTW: Do you have too big a picture of this webpage? If the home page, if more people, the server almost all die up

Now there's a lot of software that produces new compression algorithms for JPG files
Open it with paint and save it.
With the PHP GD can also

$s = file_get_contents (' http://www.lw898.com/data/afficheimg/1368413000838436896.jpg '); $im = imagecreatefromstring ($s); imagejpeg ($im);

For no reason, the second Zhang and the fourth byte number is large?? 500+k/400+k
BTW: Do you have too big a picture of this webpage? If the home page, if more people, the server almost all die up
It's not a lot of people, really.

  • Related Article

    Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.