Re: [WSG] PNG with alpha trans in IE

2004-09-17 Thread Genau Junior
Try use this on your tag

In this case, i used on my head content, but you can apply this code
anywhere.


h1{

filter: progid:DXImageTransform.Microsoft.AlphaImageLoader
(src='your.png',sizingMethod='scale');
}
htmlbody h1{ /*Child Selector Hack, esconde do ie*/
background: url(your.png);
 }




Genau Lopes Júnior
WebDesigner - bRAZIL mEDIA x
¬¬¬
- Original Message -
From: Tom Livingston [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, September 17, 2004 11:11 AM
Subject: [WSG] PNG with alpha trans in IE


 Hi all,

 Can someone point me to the fix/hack/patch/code to get PNGs with alpha
 transparency to work in IE?

 TIA

 --


 Tom Livingston
 Senior Multimedia Artist
 mlinc.com

 Get FireFox   http://spreadfirefox.com/community/?q=affiliatesid=0t=1


 **
 The discussion list for  http://webstandardsgroup.org/

 Proud presenters of Web Essentials 04 http://we04.com/
  Web standards, accessibility, inspiration, knowledge
 To be held in Sydney, September 30 and October 1, 2004

  See http://webstandardsgroup.org/mail/guidelines.cfm
  for some hints on posting to the list  getting help
 **




**
The discussion list for  http://webstandardsgroup.org/

Proud presenters of Web Essentials 04 http://we04.com/
 Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**



Re: [WSG] PNG with alpha trans in IE

2004-09-17 Thread Mark Harwood
2 seconds in google and you could found it yourself...

But here you go
http://www.koivi.com/ie-png-transparency/

Mark Harwood
--
Phunky.co.uk / Zinkmedia.co.uk / Xhtmlandcss.co.uk


**
The discussion list for  http://webstandardsgroup.org/

Proud presenters of Web Essentials 04 http://we04.com/
 Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**



Re: [WSG] PNG with alpha trans in IE

2004-09-17 Thread Tom Livingston
Thanks for the responses,
Mark, I asked a list full of professionals in hopes of finding the best 
possible solution and, as I discuss below, help in using it. The method 
which I could (and did) find on Google might not be the one most here 
would use...

Anyway...
I checked all these example out but am slightly confused about 
implementing it. Here is my situation...

I have, inside a ColdFusion include, a logo that appears on every page. 
On all pages *except* the home page the logo is clickable as a homepage 
link. The logo is in a traditional img tag with an id of #logo.

My CSS is this:
#logo{position:absolute; padding:0; margin:0; top:34px; left:44px;}
I am having trouble implementing the png filter or conditional comment. 
So far either nothing changes, or IE6 totally looses any styling after 
putting the filter in the sheet. Can anyone help me use this? Also, all 
other browsers beside Win IE 5.5+ need to still see the png. I assume 
this is the case with these methods...

Offlist responses is fine if you feel the need...
Tom Livingston
Senior Multimedia Artist
mlinc.com
Get FireFox   http://spreadfirefox.com/community/?q=affiliatesid=0t=1

Daisy wrote:
Mark Harwood WebMail wrote:
2 seconds in google and you could found it yourself...
 

Yes but it was a useful post to point to the less knowledgeable amongst 
us that there is indeed such a thing as getting PNGs with alpha 
transparency to work in IE.
**
The discussion list for  http://webstandardsgroup.org/

Proud presenters of Web Essentials 04 http://we04.com/
Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**

**
The discussion list for  http://webstandardsgroup.org/
Proud presenters of Web Essentials 04 http://we04.com/
Web standards, accessibility, inspiration, knowledge
To be held in Sydney, September 30 and October 1, 2004
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**