Yes, I'm using the script at http://www.dillerdesign.com/experiment/DD_belatedPNG/.
Rather than hard coding the class "pngFix" to the elements, I want to add them on the fly. Thank you. On Jan 7, 8:23 pm, Ricardo Tomasi <ricardob...@gmail.com> wrote: > This seems to work. > > $('elements').filter(function(){ > return $(this).css('backgroundImage').indexOf('.png')+1; > > }); > > Out of curiosity, are you trying to deal with png transparency in IE6? > > On Jan 7, 4:29 pm, _cam_ <camsk...@gmail.com> wrote: > > > How would youselectelements that haveCSSbackground images ending > > with .png? And then add a class.