WE'VE MOVED!

We are proud to announce our NEW community destination. Engage with resident experts and fellow entrepreneurs, and learn everything you need to start your business. Check out the new home of StartupNation Community at startupnation.mn.co
Options

PNG transparency issue

noahwilsonnoahwilson subscriber Posts: 62 Bronze Level Member
edited June 2013 in Website Critique
Every designer would have faced this issue, obviously! Though there are a number of javascript based solutions, I couldn?t find anything that supports background position. As far as I know all JS based solutions end up with the same result. This is something that worked flawlessly for me. All other solutions are based on this filter.

.class_name
{
background:none;
filter: progidXImageTransform.Microsoft.AlphaImageLoader (src='image_name.png', sizingMethod='scale');
}
Sign In or Register to comment.