[jQuery] Re: PNG background Tiling

2007-05-28 Thread andycjw
I recently had a similar problem, that the transparent png doesn't really get transparent when layered on top of background, it shows as solid background color instead I fixed it with something like this, and it works $(document).ready( function() { var bgobj =

[jQuery] Re: PNG background Tiling

2007-05-27 Thread Khurshid
Haved tested tiling yet, but give this a try http://khurshid.com/jquery/iepnghack/

[jQuery] Re: PNG background Tiling

2007-05-27 Thread Glen Lipka
Didn't seem to work. I changed my strategy though. I put a regular IMG png on the page with a width of 100%. Check it out: http://www.sparkt.com/index.htm This is a crazy strategy I am using the achieve the results. Rather than tiling, I just give them 100% width or height. The fade on the top