[OT/2] Making IE display PNG (or GIF?) with transparency

2007-08-04 Thread Amos Shapira
Hello, I'm looking for a way to make IE 5.0/5.5/6 display a transparent background on a web page. Sample that works on Firefox: http://preview.tinyurl.com/2chzba I tried all sorts of fixes I found on the net but none of them works with IE. Does anyone here have experience with solving this prob

Re: [OT/2] Making IE display PNG (or GIF?) with transparency

2007-08-04 Thread Gadi Cohen
I also spent alot of time on this issue... there are alot of solutions, but I think I finally found the best one. Make a CSS class like this for your object: div.transback { background: url('opac/black3.png'); /* and now for IE only stuff */ _background-image: none; _

Re: [OT/2] Making IE display PNG (or GIF?) with transparency

2007-08-04 Thread Amos Shapira
On 04/08/07, Gadi Cohen <[EMAIL PROTECTED]> wrote: > > I also spent alot of time on this issue... there are alot of solutions, > but I think I finally found the best one. Make a CSS class like this for > your object: > > > div.transback { > > background: url('opac/black3.png'); /* and

Re: [OT/2] Making IE display PNG (or GIF?) with transparency

2007-08-05 Thread Ariel Bar-David
without any extra code). -- Ori. (^-^) - Original Message From: Amos Shapira <[EMAIL PROTECTED]> To: linux-il@cs.huji.ac.il Sent: Sunday, August 5, 2007 3:10:30 AM Subject: Re: [OT/2] Making IE display PNG (or GIF?) with transparency On 04/08/07, Gadi Cohen <[EMAIL PROTECTED]> wro

Re: [OT/2] Making IE display PNG (or GIF?) with transparency

2007-08-05 Thread Gadi Cohen
to have to do any checks for which browser is being used. Gadi > > -- > Ori. (^-^) > > - Original Message > From: Amos Shapira <[EMAIL PROTECTED]> > To: linux-il@cs.huji.ac.il > Sent: Sunday, August 5, 2007 3:10:30 AM > Subject: Re: [OT/2] Making IE displa

Re: [OT/2] Making IE display PNG (or GIF?) with transparency

2007-08-06 Thread Yuval Hager
בשבת 04 אוגוסט 2007, 14:47, נכתב על ידי Amos Shapira: > Hello, > > I'm looking for a way to make IE 5.0/5.5/6 display a transparent background > on a web page. > > Sample that works on Firefox: http://preview.tinyurl.com/2chzba > > I tried all sorts of fixes I found on the net but none of them work

Re: [OT/2] Making IE display PNG (or GIF?) with transparency

2007-08-07 Thread Amos Shapira
On 07/08/07, Yuval Hager <[EMAIL PROTECTED]> wrote: > Try to avoid PNG transparency if you can, but if not, this one worked for > me > for a couple of sites: http://koivi.com/ie-png-transparency/ Thanks. Gadi's suggestion seems to work for me (on a real Windows XP with IE 6). (you can try the UR

Re: [OT/2] Making IE display PNG (or GIF?) with transparency

2007-08-07 Thread Yuval Hager
ביום שלישי 07 אוגוסט 2007, 10:20, נכתב על ידי Amos Shapira: > On 07/08/07, Yuval Hager <[EMAIL PROTECTED]> wrote: > > Try to avoid PNG transparency if you can, but if not, this one worked for > > me > > for a couple of sites: http://koivi.com/ie-png-transparency/ > > Thanks. Gadi's suggestion seems