balki
08-13-2016, 05:44 PM
Hello!
I have an image as the background of the text. I use this code:
<style type="text/css">
.bgimg {
background: #ffffff url("...") no-repeat right top;
margin-right: 100px;
}
</style>
<div class="bgimg">
bla-bla
</div>
Unfortunately the rest of the background becomes white. You can see it on this page: http://nicolacoins.blogspot.bg/p/blog-page_13.html
How to preserve transparency? :)
I have an image as the background of the text. I use this code:
<style type="text/css">
.bgimg {
background: #ffffff url("...") no-repeat right top;
margin-right: 100px;
}
</style>
<div class="bgimg">
bla-bla
</div>
Unfortunately the rest of the background becomes white. You can see it on this page: http://nicolacoins.blogspot.bg/p/blog-page_13.html
How to preserve transparency? :)