BREAKING NEWS
latest

728x90

header-ad

468x60

header-ad

Clickable ads on your blogger background image

CSS

body {
background-image: url("#");
background-repeat: no-repeat;
background-position: center 0PX;
background-attachment: fixed;
background-color: #transparent !important;
}
.background {position:fixed;top:0;left:0;z-index:999;visibility:hidden;overflow:hidden;width:100%;height:100%;}
.background .first-banner {position:fixed;left:50%;visibility:visible;margin-left:-855px;}
.background .second-banner {position:fixed;right:50%;visibility:visible;margin-right:-855px;}

HTML

<div class="background">
  <div class="first-banner">
    <a target="_blank" href="#">
      <img width="300" height="100%" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj8VaSXMwJfC6LCauKvO5XcPu9xaBsyQ5Q00gg_RVuz3kUFhr3fc8lr3mmCyHgK5uiBETLZb8Ec1S2t0-OR6w65F4_b7GZD4Ummre0G2xyGE0uvHPf3CKVfbShei-l0UxwARq4Uzh3P7UjU/s1600/vertical-ad.jpg" border="0" />
    </a>
  </div>
</div>
<div class="background">
  <div class="second-banner">
    <a target="_blank" href="#">
      <img width="300" height="100%" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj8VaSXMwJfC6LCauKvO5XcPu9xaBsyQ5Q00gg_RVuz3kUFhr3fc8lr3mmCyHgK5uiBETLZb8Ec1S2t0-OR6w65F4_b7GZD4Ummre0G2xyGE0uvHPf3CKVfbShei-l0UxwARq4Uzh3P7UjU/s1600/vertical-ad.jpg" border="0" />
    </a>
  </div>
</div>

HTML  (If you want use AdSense ads)


<div class="background">
  <div class="first-banner">
    <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- 300X600 -->
<ins class="adsbygoogle"
     style="display:inline-block;width:300px;height:600px"
     data-ad-client="ca-pub-5032034010619852"
     data-ad-slot="5402072722"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
  </div>
</div>
<div class="background">
  <div class="second-banner">
    <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- 300X600 -->
<ins class="adsbygoogle"
     style="display:inline-block;width:300px;height:600px"
     data-ad-client="ca-pub-5032034010619852"
     data-ad-slot="5402072722"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
  </div>
</div>




« PREV
NEXT »

Nema komentara