ביום שלישי 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
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
בשבת 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
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
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
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
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;
_
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