I don't know then. If we could actually see what you were trying to do with
them then maybe someone could come up with an alternative or spot the
loading issue for you.

-----Original Message-----
From: Andy Matthews [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 17, 2006 2:42 PM
To: CF-Talk
Subject: RE: PNG fix seems to cause page to load endlessly

They are dynamic (product images), but I don't want to set a style for each
of them.

-----Original Message-----
From: Bobby Hartsfield [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 17, 2006 12:33 PM
To: CF-Talk
Subject: RE: PNG fix seems to cause page to load endlessly


Are these dynamic images? If so you can use a .cfm as a style sheet and
build something like this so it decides between IE and everything else.

....somepng {
        width: #imagewidth#;
        height: #imageheight#;
        <cfif findnocase('MSIE', cgi.HTTP_USER_AGENT)>
        filter: progid:
DXImageTransform.Microsoft.AlphaImageLoader(src='#path_toi_png#',
sizingMethod='scale')
        <cfelse>
        background: url(#path_to_png#);
        </cfif>
}

If they aren’t dynamic... well... same thing but static.


-----Original Message-----
From: Andy Matthews [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 17, 2006 11:25 AM
To: CF-Talk
Subject: OT: PNG fix seems to cause page to load endlessly

I'm using a PNG fix javascript to load in some product images on a site that
my company did. It "works" great, in that the images load in properly and
are transparent. The problem is that the page loads endlessly, even though
nothing is missing.

My first question is "does anyone know why this is happening"?. A second
question is, "does anyone have a PNG fix that works correctly?"

Thanks in advance.

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.408 / Virus Database: 268.13.4/477 - Release Date: 10/16/2006
 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:257091
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to