I (wish I could) see right through you...
March 20, 2006 12:50 PM
Subscribe
BeatIEIntoSubmissionFilter: Is it possible to force IE/Win to display CSS background images with PNG transparency?
I know that it is possible to
hack it to render PNGs displayed with
![]()
tags with full transparency support, but
several internet sources seem to suggest that this is not possible.
Oh great hive mind...is it possible?
posted by charmston to computers & internet (6 comments total)
In its most basic form, you do something like this:
div#whatever{
background: url(someimg.png) no-repeat;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='someimg.png',sizingMethod='scale');
height: 100px;
width: 100px;
}
posted by the jam at 12:56 PM on March 20, 2006