CSS Ad Banners with Hover effects
CSS ad banner is great way to attract your advertiser.If
makes an appeal to advertiser for making offering your ad place. On the other
hand a visitor can easily understand which places are vacant in your blog for
placing ads. We will create some ads banners for blog site. The dimensions of
CSS ad banners areas follows:- 125px X 125px
- 250px X 250px
- 480px X 60px
- 728px X 90px
This ad banners are made with complete CSS code with Hover
effects that looks elegant when it is hovered with mouse.
CSS Code For Ad Banners
Step 2 Now click on -> Template -> Edit HTML
Step 3 Now Find this code ]]></b:skin> by pressing Ctrl + F
Step 4 Paste any code from below Before/above ]]></b:skin>
img{max-width:100%;height:auto}.blogger{cursor:pointer}
#footer-wrapper{overflow:hidden;padding:0 5px}
.footnya{width:33%;display:inline-block;float:left}
.tab-widget-menu ul,.tab-widget-menu li{padding:0;margin:0;list-style:none}
#mobinavul{display:none}
::selection{background:#0F83A0;color:#fff;text-shadow:none}
::-moz-selection{background:#0F83A0;color:#fff;text-shadow:none}
.post-body blockquote{margin:15px;padding-left:10px;border-left:2px solid #0F83A0;font-style:italic;color:#0F83A0}
.bsad li{padding:0;width:50%;float:left;margin-bottom:5px}
.blogger{cursor:pointer}
.ads125{width:125px;height:125px;text-align:center;line-height:125px;margin:0 auto}
.spice{border:1px solid #60ADE9;background:#C2E0F1}
.spice:hover{background:#ABE1FF}
.bsad li{padding:0;width:50%;float:left;margin-bottom:5px}
.blogger{cursor:pointer}
.ads125{width:125px;height:125px;text-align:center;line-height:125px;margin:0 auto}
.spice{border:1px solid #60ADE9;background:#C2E0F1}
.spice:hover{background:#ABE1FF}
.bsad li{padding:0;width:50%;float:left;margin-bottom:5px}
.blogger{cursor:pointer}
.ads125{width:125px;height:125px;text-align:center;line-height:125px;margin:0 auto}
.spice{border:1px solid #60ADE9;background:#C2E0F1}
.spice:hover{background:#ABE1FF}
.bsad li{padding:0;width:50%;float:left;margin-bottom:5px}
.blogger{cursor:pointer}
.ads125{width:125px;height:125px;text-align:center;line-height:125px;margin:0 auto}
.spice{border:1px solid #60ADE9;background:#C2E0F1}
.spice:hover{background:#ABE1FF}
.bsad li{padding:0;width:50%;float:left;margin-bottom:5px}
.blogger{cursor:pointer}
.ads125{width:125px;height:125px;text-align:center;line-height:125px;margin:0 auto}
.spice{border:1px solid #60ADE9;background:#C2E0F1}
.spice:hover{background:#ABE1FF}
.bsad li{padding:0;width:50%;float:left;margin-bottom:5px}
.blogger{cursor:pointer}
.ads125{width:125px;height:125px;text-align:center;line-height:125px;margin:0 auto}
.spice{border:1px solid #60ADE9;background:#C2E0F1}
.spice:hover{background:#ABE1FF}
.bsad li{padding:0;width:50%;float:left;margin-bottom:5px}
.blogger{cursor:pointer}
.ads125{width:125px;height:125px;text-align:center;line-height:125px;margin:0 auto}
.spice{border:1px solid #60ADE9;background:#C2E0F1}
.spice:hover{background:#ABE1FF}
.bsad li{padding:0;width:50%;float:left;margin-bottom:5px}
.blogger{cursor:pointer}
.ads125{width:125px;height:125px;text-align:center;line-height:125px;margin:0 auto}
.spice{border:1px solid #60ADE9;background:#C2E0F1}
.spice:hover{background:#ABE1FF}
.bsad li{padding:0;width:50%;float:left;margin-bottom:5px}
.blogger{cursor:pointer}
.ads125{width:125px;height:125px;text-align:center;line-height:125px;margin:0 auto}
.spice{border:1px solid #60ADE9;background:#C2E0F1}
.spice:hover{background:#ABE1FF}
.bsad li{padding:0;width:50%;float:left;margin-bottom:5px}
.blogger{cursor:pointer}
.ads125{width:125px;height:125px;text-align:center;line-height:125px;margin:0 auto}
.spice{border:1px solid #60ADE9;background:#C2E0F1}
.spice:hover{background:#ABE1FF}
HTML Code For Ad Banners
Step 1 Go to your Layout tab.
Step 2 Click on "Add a Widget" then select "HTML/JavaScript" Widget.
Step 3 Now Copy any code from below and paste it in "HTML/JavaScript" Widget.
125px X 125px Adbanner Code
<ul class="bsad">
<li><div class="blogger ads125 spice">Advertise Here</div></li>
<li><div class="blogger ads125 spice">Advertise Here</div></li>
<li><div class="blogger ads125 spice">Advertise Here</div></li>
<li><div class="blogger ads125 spice">Advertise Here</div></li>
</ul>
</div>
</div>
250px X 250px Adbanner Code
<div class="bloggerspice" style="width:260px;height:200px;text-align:center;line-height:200px;margin:0 auto;">Advertise Here</div>
480px X 60px Adbanner Code
<div class="bloggerspice" style="width:468px;height:60px;line-height:60px;text-align:center;font-size:12px;">Advertise Here</div>
728px X 90px Adbanner Code
<div class="bloggerspice" style="width:728px;height:90px;text-align:center;line-height:90px;margin:0 auto;">Advertise Here</div>
Step 5 Now Save the Widget.


0 comments:
Post a Comment