V
V
VSOP_juDGe2014-04-13 22:44:13
HTML
VSOP_juDGe, 2014-04-13 22:44:13

How to remove white border around transparent png?

When overlaying transparent png in html ( watermark , 1 , 2 ) there is a white border where the transparency starts. How to get rid of it?
6avlB2b.png
When overlaying in a graphical editor (Paint.Net), there is no frame:
dB3KStk.png

<style type="text/css">
        .card IMG { position: absolute; }
        .conf-side { z-index: 5;}
        .conf-front { z-index: 2;}
        .conf-background { z-index: 1; }
    </style>

    <p class="card">
        <img id="front-1" src="img/2.png" alt="" class="conf-front" width="800" height="600" />
        <img id="side-1" src="img/1.png" alt="" class="conf-side"  width="800" height="600"/>
        <img src="img/background.jpg" alt="" class="conf-background"  width="800" height="600"/>
    </p>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Y
Yuri Lobanov, 2014-04-13
@iiil

jsfiddle.net/iiil/DJU9Z/show
There is no border

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question