Geoffrey Hoffman wrote:
> For anyone reading this post in the future, I thought I'd reply to my own
> post.
> 
> For those of you who say it can't be done, at least in IE6, I have a
> solution working... I haven't checked it in IE 5.5 or below.
> 
> What I discovered is that background-repeat:repeat-x and
> background-repeat:repeat-y fail, however background-repeat:repeat works!
> 
> You have to control the width of the box (div or td) that you would have
> otherwise used repeat-y;
> or the height of the box where you would've otherwise used repeat-y.
> 
> Add:
> 
> behavior: url( iepngfix.htc )
> 
> to the CSS rule where you have a tiled png. Make sure its set to
> background-repeat:repeat;
> 
> Then put iepngfix.htc in your root. You can get the behavior from
> 
> http://www.twinhelix.com/


Do you have a URI of a testcase that repeats a complex alpha transparent 
PNG?

Ingo

-- 
http://www.satzansatz.de/css.html
http://www.dolphinsback.com
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to