Re: [css-d] PNG Background in IE6

2006-06-30 Thread David Laakso
Marcelo Wolfgang wrote:
 Hi list,

 Is it possible to have a png with transparency in IE ? I only found
 out about techniques to do that with images on the code,

 If someone can help me I appreciate.

 TIA
 Grillo
Perhaps this link will help answer the question:
http://homepage.ntlworld.com/bobosola/
Regards,
~dL


-- 

http://chelseacreekstudio.com/ca/ccs/pow/pow.html

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] PNG Background in IE6

2006-06-30 Thread Marcelo Wolfgang
Hi David,

I read the enteire website, and this fix don't work for png images
used as background in the css like :

.bckgrnd{
  background: url('image;png');
}

but, thanks for the page, I like the solution he offers there for
regular images.

Still hopping to find a solution for the background png problem

TIA

On 6/30/06, David Laakso [EMAIL PROTECTED] wrote:
 Marcelo Wolfgang wrote:
  Hi list,
 
  Is it possible to have a png with transparency in IE ? I only found
  out about techniques to do that with images on the code,
 
  If someone can help me I appreciate.
 
  TIA
  Grillo
 Perhaps this link will help answer the question:
 http://homepage.ntlworld.com/bobosola/
 Regards,
 ~dL


 --

 http://chelseacreekstudio.com/ca/ccs/pow/pow.html


__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] PNG Background in IE6

2006-06-30 Thread Christy Collins

 Hi David,

 I read the enteire website, and this fix don't work for png images
 used as background in the css like :

 .bckgrnd{
   background: url('image;png');
 }

 but, thanks for the page, I like the solution he offers there for
 regular images.

 Still hopping to find a solution for the background png problem

 TIA

You can use the following filter in your css - feed it to IE with a  
conditional comment:

filter:progid:DXImageTransform.Microsoft.AlphaImageLoader 
(src=your_file_name.png,sizingMethod=scale);

You can find more info with a google search
http://www.google.com/search?q=alphaimageloader+filter+png+backgrounds

I just had a messy, time consuming experience with this though where  
links over the png background weren't clickable in IE.
Ingo Chao offered a helpful page:

http://www.satzansatz.de/cssd/tmp/alphatransparency.html

-Chirsty


__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] PNG Background in IE6

2006-06-29 Thread Marcelo Wolfgang
Hi list,

Is it possible to have a png with transparency in IE ? I only found
out about techniques to do that with images on the code,

If someone can help me I appreciate.

TIA
Grillo
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/