[WSG] Alpha transparency problem

2007-03-08 Thread Keryx Web
Hi all! Is it possible to get MSIE 6 to have a repeated alpha-transparent png background? Check this page http://ne.keryx.se/~gorgnut/new_site/ It is made by a student of mine and the faded border is supposed to stretch and the hacks for MSIE I know can't be used if the image gets repeated.

Re: [WSG] Alpha transparency problem

2007-03-08 Thread John Faulds
Have you tried: #yourDiv { background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='yourImage.png',sizingMethod='scale'); } I've used that before for a PNG shadow that runs down the sides of a site. On Fri, 09 Mar 2007 04:48:16 +1000, Keryx Web

Re: [WSG] Alpha transparency problem

2007-03-08 Thread Nick Fitzsimons
On 8 Mar 2007, at 18:48:16, Keryx Web wrote: Hi all! Is it possible to get MSIE 6 to have a repeated alpha-transparent png background? Check this page http://ne.keryx.se/~gorgnut/new_site/ It is made by a student of mine and the faded border is supposed to stretch and the hacks for MSIE I

Re: [WSG] Alpha transparency problem

2007-03-08 Thread Paul Novitski
At 3/8/2007 10:48 AM, Keryx Web wrote: Is it possible to get MSIE 6 to have a repeated alpha-transparent png background? Check this page http://ne.keryx.se/~gorgnut/new_site/ It is made by a student of mine and the faded border is supposed to stretch and the hacks for MSIE I know can't be used