View Single Post
Old 09-06-2012, 04:00 AM   #1
davikerkrish
Registered User
 
Join Date: Jul 2012
Posts: 111
PNG transparency issue

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');
}
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
davikerkrish is offline   Reply With Quote