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




Worked beautifully!

Bookmarks