[WSG] PNG in IE6

2008-02-21 Thread Amrinder
Hi I looked for the working of .png image in internet explorer and found two articles. http://webfx.eae.net/dhtml/pngbehavior/pngbehavior.html http://www.alistapart.com/articles/pngopacity I tried using 'filter' according to both these articles but can't got a way. Following is the HTML code:

Re: [WSG] PNG in IE6

2008-02-21 Thread Matt Fellows
If you have Adobe CS, you can try exporting the PNG image as PNG-8. Cheers, Matt http://www.onegeek. http://www.onegeek.com.aucom.auhttp://www.onegeek.com.au On 2/21/08, Amrinder [EMAIL PROTECTED] wrote: Hi I looked for the working of .png image in internet explorer and found two

Re: [WSG] PNG in IE6

2008-02-21 Thread Svip
My preferred method is shrugging at the IE6 users and just let them see their own browser rendering PNGs as ugly as it can. /Svip On 21/02/2008, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Good time of day. 1. Your mistake: Addressing in Filter is from your html, not from your css.

Re: [WSG] PNG in IE6

2008-02-21 Thread kevin mcmonagle
If its not a repeating background this is the easiest way to get png support: http://www.twinhelix.com/css/iepngfix/ -best kevin *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe:

Re: [WSG] PNG in IE6

2008-02-21 Thread Tim Palac
Why not just use http://dean.edwards.name/IE7/ as the plugin to display your PNG? That way, if people are using IE6 with Javascript enabled, you can add png functionality, advanced CSS support, etc. I know Eric Meyer personally endorses this method (well at least he did at An Event Apart) and

Re: [WSG] PNG in IE6

2008-02-21 Thread David Hucklesby
On Thu, 21 Feb 2008 09:30:08 -0600, Tim Palac wrote: Why not just use http://dean.edwards.name/IE7/ as the plugin to display your PNG? That way, if people are using IE6 with Javascript enabled, you can add png functionality, advanced CSS support, etc. I know Eric Meyer personally endorses

Re[2]: [WSG] PNG in IE6

2008-02-21 Thread raven
Hi all. Good solution. Is this a good practice and good idea to use active component (i mean js) where passive (css) could be used? Is using library, which you don't write by you own (and, perhaps, don't fully understand), which contain redundant potential, a good idea? Is not using css fork

RE: [WSG] PNG in IE6

2008-02-21 Thread Tim MacKay
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of kevin mcmonagle Sent: Friday, 22 February 2008 2:17 AM To: wsg@webstandardsgroup.org Subject: Re: [WSG] PNG in IE6 If its not a repeating background this is the easiest way to get png support: http://www.twinhelix.com/css/iepngfix