Submit Your Article Forum Rules

Page 3 of 3 FirstFirst 123
Results 21 to 23 of 23

Thread: IE8 No PNG images at all???

  1. #21
    Junior Member
    Join Date
    May 2010
    Posts
    1

    IE8 No PNG Images at all

    I just discovered I am having the same problem. Nothing that's a .png image will get through on IE8 for me. I also note that all images on this site are png's...... And further, looking at the thread I get the impression that there's no commonly accepted cure for this. Surely that can not be. Can someone please provide some help to me?

    Bob Chadwick
    Palm Bay, FL

  2. #22
    Junior Member
    Join Date
    Sep 2010
    Location
    Kansas City
    Posts
    1
    I had the same problem with some .png images using default vista install with all automatic upgrades to ie8. The problem existed only in some images which led to the explanation.

    It seems my version of ie8 is not actually rendering any .png images with transparency. Instead it replaces the background of the image with either the color of an image that it overlays (can be a multitude of colors), or the color of the HTML object it overlays (if the property is set).

    The fix was to add the CSS background-color attribute to the images themselves, such as img { background-color:#fff; }
    I specified this only for images that had no background color for any object beneath them. All the other images mimicked transparency.

  3. #23
    Administrator weegillis's Avatar
    Join Date
    Oct 2003
    Posts
    5,791
    Quote Originally Posted by maxwellunlimited View Post
    The fix was to add the CSS background-color attribute to the images themselves, such as img { background-color:#fff; }
    I specified this only for images that had no background color for any object beneath them. All the other images mimicked transparency.
    This may stem from an earlier 'problem' with background color as it pertains to css images in the background. In both long and shorthand forms, the color should always precede the image URL.

    Once I learned this, the rule became: foreground, background color, image url in all instances.
    Code:
    CSS
    
    color: blue;
    background: #ccc url(some-img.png) no-repeat 0% 0%;

Page 3 of 3 FirstFirst 123

Similar Threads

  1. Invoiced from Getty Images for Unlawful Use of Images?
    By danners02 in forum Graphics & Design Discussion Forum
    Replies: 119
    Last Post: 01-04-2011, 01:11 PM
  2. Site images or... Will my ranking falter if I change all my images?
    By nipplecharms1 in forum Google Discussion Forum
    Replies: 4
    Last Post: 02-20-2008, 12:06 PM
  3. Images
    By souvik das in forum Graphics & Design Discussion Forum
    Replies: 4
    Last Post: 01-25-2005, 08:06 PM
  4. Search engines spiders not indexing images for images search
    By jay-jay in forum Search Engine Optimization Forum
    Replies: 2
    Last Post: 01-13-2005, 05:20 PM
  5. How often does Google upload images to Google images
    By tessatoons in forum Google Discussion Forum
    Replies: 1
    Last Post: 05-17-2004, 12:49 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •