Reply LinkBack Thread Tools Search this Thread
Old 18-06-2008, 09:37   #1 (permalink)
shaftb
Senior Member
 
shaftb's Avatar
 
Join Date: Jul 2006
Location: Midwest
Posts: 323
Send a message via AIM to shaftb
PNG images give STILL LOADING display in IE

Seems with every transparent PNG image I use in my sites, I get the same darn error. Still Downloading Images. Anybody know of this issue & know a fix for this. It is only seems to do it with the Great IE.

Thanks.
__________________
Daughter of Aphrodite-Hear my words and take Heed-I was born on Olympus-To my father a Son-I was raised by the demons-Trained to reign as the One.
  Reply With Quote
Old 18-06-2008, 12:37   #2 (permalink)
longisland6
stephen eighmey
 
Join Date: Oct 2006
Location: earth
Posts: 150
i'd say it either has to do with your image path being incorrect or it's an issue with ie and how certain versions have some issues rendering transparent pngs.
  Reply With Quote
Old 18-06-2008, 12:53   #3 (permalink)
shaftb
Senior Member
 
shaftb's Avatar
 
Join Date: Jul 2006
Location: Midwest
Posts: 323
Send a message via AIM to shaftb
Thing is the page loads, and looks fine. There is nothing loading, but it gives the error/message. All images are there, so not sure what is "loading"?

The image path is correct. Just something with IE.
__________________
Daughter of Aphrodite-Hear my words and take Heed-I was born on Olympus-To my father a Son-I was raised by the demons-Trained to reign as the One.
  Reply With Quote
Old 18-06-2008, 13:40   #4 (permalink)
emil
dt immigrant
 
emil's Avatar
 
Join Date: Nov 2004
Location: Bucharest - Romania
Posts: 6,705
Send a message via ICQ to emil Send a message via MSN to emil Send a message via Yahoo to emil Send a message via Skype™ to emil
link
__________________
  Reply With Quote
Old 18-06-2008, 13:45   #5 (permalink)
shaftb
Senior Member
 
shaftb's Avatar
 
Join Date: Jul 2006
Location: Midwest
Posts: 323
Send a message via AIM to shaftb
try this demo page...
La Crosse, Wisconsin WEB DESIGN | GRAPHIC DESIGN | PRINT SOLUTION Company

It's not really an error, just gives the impression it's not done downloading images.

Thanks.
__________________
Daughter of Aphrodite-Hear my words and take Heed-I was born on Olympus-To my father a Son-I was raised by the demons-Trained to reign as the One.
  Reply With Quote
Old 18-06-2008, 13:59   #6 (permalink)
emil
dt immigrant
 
emil's Avatar
 
Join Date: Nov 2004
Location: Bucharest - Romania
Posts: 6,705
Send a message via ICQ to emil Send a message via MSN to emil Send a message via Yahoo to emil Send a message via Skype™ to emil
hmm, my guess is it's the pngfix script you're using. I'm using a similar script

Code:
function correctPNG() // correctly handle PNG transparency in Win IE 5.5 & 6. { var arVersion = navigator.appVersion.split("MSIE") var version = parseFloat(arVersion[1]) if ((version >= 5.5) && (document.body.filters)) { for(var i=0; i<document.images.length; i++) { var img = document.images[i] var imgName = img.src.toUpperCase() if (imgName.substring(imgName.length-3, imgName.length) == "PNG") { var imgID = (img.id) ? "id='" + img.id + "' " : "" var imgClass = (img.className) ? "class='" + img.className + "' " : "" var imgTitle = (img.title) ? "title='" + img.title + "' " : "title='" + img.alt + "' " var imgStyle = "display:inline-block;" + img.style.cssText if (img.align == "left") imgStyle = "float:left;" + imgStyle if (img.align == "right") imgStyle = "float:right;" + imgStyle if (img.parentElement.href) imgStyle = "cursor:hand;" + imgStyle var strNewHTML = "<span " + imgID + imgClass + imgTitle + " style=\"" + "width:" + img.width + "px; height:" + img.height + "px;" + imgStyle + ";" + "filter:progid:DXImageTransform.Microsoft.AlphaImageLoader" + "(src=\'" + img.src + "\', sizingMethod='scale');\"></span>" img.outerHTML = strNewHTML i = i-1 } } } } window.attachEvent("onload", correctPNG);

try this instead, see if it works. Some JS guru might be of more help
__________________
  Reply With Quote
Old 18-06-2008, 14:17   #7 (permalink)
shaftb
Senior Member
 
shaftb's Avatar
 
Join Date: Jul 2006
Location: Midwest
Posts: 323
Send a message via AIM to shaftb
The script you pasted in here is yours? I'll try it out. Are you just pasting this into the head section? You have a link I can view?
__________________
Daughter of Aphrodite-Hear my words and take Heed-I was born on Olympus-To my father a Son-I was raised by the demons-Trained to reign as the One.
  Reply With Quote
Old 18-06-2008, 14:40   #8 (permalink)
shaftb
Senior Member
 
shaftb's Avatar
 
Join Date: Jul 2006
Location: Midwest
Posts: 323
Send a message via AIM to shaftb
__________________
Daughter of Aphrodite-Hear my words and take Heed-I was born on Olympus-To my father a Son-I was raised by the demons-Trained to reign as the One.
  Reply With Quote
Old 18-06-2008, 14:48   #9 (permalink)
shaftb
Senior Member
 
shaftb's Avatar
 
Join Date: Jul 2006
Location: Midwest
Posts: 323
Send a message via AIM to shaftb
Quote:
Originally Posted by shaftb

Nevermind... It works I guess. Had my wife test it. That seems to work! Thanks!!
__________________
Daughter of Aphrodite-Hear my words and take Heed-I was born on Olympus-To my father a Son-I was raised by the demons-Trained to reign as the One.
  Reply With Quote
Old 19-06-2008, 00:09   #10 (permalink)
emil
dt immigrant
 
emil's Avatar
 
Join Date: Nov 2004
Location: Bucharest - Romania
Posts: 6,705
Send a message via ICQ to emil Send a message via MSN to emil Send a message via Yahoo to emil Send a message via Skype™ to emil
I can't write JS. I got it from one of those script-tutorials-html stuff sites I believe.
__________________
  Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search


Contact Us - Web Design Forums - Archive - Top
Search Engine Optimization by vBSEO 3.0.0 RC8