Return to Snippet

Revision: 4717
at January 17, 2008 17:18 by shellydennison


Updated Code
<!--[if lte IE 6]>
	<style type="text/css">
.shadow { background:none;filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src="/img/bg-shadow.png", sizingMethod="image");background-repeat:no-repeat; } 
</style>
	<![endif]-->

Revision: 4716
at January 17, 2008 17:12 by shellydennison


Initial Code
img.class { background:none;filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src="PATH TO YOUR IMG HERE", sizingMethod="image");background-repeat:no-repeat; }

Initial URL


Initial Description
Use this for background images. Put it in conditional comments in the head of your doc.

Initial Title
Background Image PNG Fix

Initial Tags
ie, html

Initial Language
HTML