Tutorial PNG Hack/Fix for IE 6

For CSS background-images .yourselector { width:200px; height:100px; background: url(/folder/yourimage.png) no-repeat; ...

For CSS background-images
.yourselector {
width:200px;
height:100px;
background: url(/folder/yourimage.png) no-repeat;
_background:none;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/folder/yourimage.png',sizingMethod='crop');
}
Cannot be used with repeating, needs fixed with and height.
For inline HTML images
img, .png {

Hot in Week

Popular

Archive

item