search for: alphaimageloader

Displaying 5 results from an estimated 5 matches for "alphaimageloader".

2006 Jan 16
0
effect.fade and Microsoft.AlphaImageLoader
I want to do a Fade/Appear on a div that has a PNG background. I am using Microsoft.AlphaImageLoader filder in the CSS for this element, but when the fade is working, it I lose the alpha for the background. Is there a way to do this??? ______________________________________________________________________ Alex Duffield . Principal . InControl Solutions . http:// www.incontrolsolutions.com...
2006 Jan 20
0
Fade/appear + PNG Alpha backgrounds + IE = HELP!
...ses a PNG with alpha as the background, and I want to do an fade/appear effect on it. It seems that on IE the two Microsoft filters that are needed for both the fade and the PNG background are conflicting with each other. If I fade the same element that already is using the "Microsoft.AlphaImageLoader" filter, I loose the alpha channel. Simple solution was to put the PNG background in a inner div and that worked. <div id="foobar"> <div id="foobarBG"></div> </div> then do the fade/appear on the "foobar" element, while the Microso...
2006 Jun 19
13
PNG and Alpha-Transparency
Is there a prototype / extension which will assist in cross-browser support of PNG images? http://www.alistapart.com/articles/pngopacity/ It seems to me that a class could be developed which would zip through the DOM and make changes where needed for IE 5.5 / IE 6.0 to handle PNG images. I don''t want to write one if it''s been done before. Sam
2006 Mar 19
0
IE opacity and png alpha
..."); if (images[0].style.filter != null) { var src; for (var i = 0; i < images.length; i++) { src = images[i].src; if (src.indexOf(".png") > 0) { images[i].src = "images/blank.gif"; images[i].style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=''" + src + "'')"; } } } }
2009 Feb 26
7
javascript using jQuery.js and prototype.js doesnt work 2get
Hi........ M hving javascript "scripts.js" which uses jQuery.js in rails application. bt when it is used along with prototype.js, one of the javascripts which hs been included first in my application.rhtml fails... Do some1 hv any solution how to make both the scripts work 2gether... I tried using <script> jQuery.noConflict(); </script> bt of no use. problem