The best workaround I've found is to create a background div, apply the filter to that div, and wrap it and the foreground in another block element, and position the background div as desired. It's a pain, which is one of the reasons I haven't done it on my own site yet :-/ . Not really a workaround as sidisinsane noted, but the only options AlphaImageLoader understands is sizingMethod's crop, scale, or image (see http://msdn2.microsoft.com/en-us/library/ms532920.aspx). AlphaImageLoader cares not about background-position. *sigh*
Best of luck! Charles doublerebel.com On Oct 22, 10:01 am, sidisinsane <[EMAIL PROTECTED]> wrote: > As far as I know, the Twinhelix IEpngfix succeeds in applying alpha- > transparency to background-images because from a technical standpoint > the background-image isn't a background-image anymore. That's why it > cannot respond to background-positioning. So whatever workaround you'd > come up with, would have to involve positioning a layer or an image. > > Sid