how to make ads pop up widget hovering blog
have you see blogs that have pop-up ads that float in the middle of the blog? wow it could be a cool blog.
to create the widget is easy and fast. follow these steps on how to create a widget ads pop up floating in the middle of the blog:
copy the script below:
<style>
#topbar {
height:30px;
width:auto;
background: #005094 url('http://lh3.ggpht.com/_beEpWOXwLJE/TIb57Lu4fwI/AAAAAAAABE0/q7niFVRbyNE/top-toolbar.jpg');
background-repeat:repeat-x;
text-align:left;
padding-top:4px;
}
#adsground {
height:auto;
margin:0 auto;
width: 728px;
background:#fff;
border-bottom:2px #005094 solid;
border-right:2px #005094 solid;
border-left:2px #005094 solid;
text-align:Center;
padding:4px;
}
#headlineatas {
opacity:1.0;
height:auto;
width:auto;
position:fixed;
top:65px;
left:170px;
border-bottom:1px #005094 solid;
border-bottom:0px blue solid;
color:#333;
padding:0px;
z-index:1001;
font-size:13px;}
</style>
<script type="text/javascript">
function getValue()
{
document.getElementById("headlineatas").style.display = 'none';
}
</script>
<div id="headlineatas">
<div id="topbar">
<span style="color:#fff;font-size:13px;font-weight:bold;text-shadow:black 0.1em 0.1em 0.1em"></span>
<span style="color:#fff;font-size:13px;font-weight:bold;text-shadow:black 0.1em 0.1em 0.1em;float:right;padding-top:3px;padding-right:10px"><a href="http://www.propellerads.com/?rfd=X1n" target="_blank" onclick="getvalue()">close</a></span>
</div>
<div id="adsground">
<p align="left"><h3>100% traffic monetization
We maximize your income by efficiently monetizing global web and mobile traffic across all devices and platforms with highest eCPM rates.International publisher network
More than just being the best we are also one of the biggest ad networks, with over 650M daily advertising impressions across the globe.</h3></p>
<p>
<a href="http://propellerads.com/?rfd=X1n"><img src="http://promo.propellerads.com/300x250-popads_1.gif" alt="Propellerads" /></a><br /><a href="http://propellerads.com/?rfd=X1n"><img src="http://promo.propellerads.com/468x60_02.jpg" alt="Propellerads" /></a>
</p></div>
<br />
<br/></div>
#topbar {
height:30px;
width:auto;
background: #005094 url('http://lh3.ggpht.com/_beEpWOXwLJE/TIb57Lu4fwI/AAAAAAAABE0/q7niFVRbyNE/top-toolbar.jpg');
background-repeat:repeat-x;
text-align:left;
padding-top:4px;
}
#adsground {
height:auto;
margin:0 auto;
width: 728px;
background:#fff;
border-bottom:2px #005094 solid;
border-right:2px #005094 solid;
border-left:2px #005094 solid;
text-align:Center;
padding:4px;
}
#headlineatas {
opacity:1.0;
height:auto;
width:auto;
position:fixed;
top:65px;
left:170px;
border-bottom:1px #005094 solid;
border-bottom:0px blue solid;
color:#333;
padding:0px;
z-index:1001;
font-size:13px;}
</style>
<script type="text/javascript">
function getValue()
{
document.getElementById("headlineatas").style.display = 'none';
}
</script>
<div id="headlineatas">
<div id="topbar">
<span style="color:#fff;font-size:13px;font-weight:bold;text-shadow:black 0.1em 0.1em 0.1em"></span>
<span style="color:#fff;font-size:13px;font-weight:bold;text-shadow:black 0.1em 0.1em 0.1em;float:right;padding-top:3px;padding-right:10px"><a href="http://www.propellerads.com/?rfd=X1n" target="_blank" onclick="getvalue()">close</a></span>
</div>
<div id="adsground">
<p align="left"><h3>100% traffic monetization
We maximize your income by efficiently monetizing global web and mobile traffic across all devices and platforms with highest eCPM rates.International publisher network
More than just being the best we are also one of the biggest ad networks, with over 650M daily advertising impressions across the globe.</h3></p>
<p>
<a href="http://propellerads.com/?rfd=X1n"><img src="http://promo.propellerads.com/300x250-popads_1.gif" alt="Propellerads" /></a><br /><a href="http://propellerads.com/?rfd=X1n"><img src="http://promo.propellerads.com/468x60_02.jpg" alt="Propellerads" /></a>
</p></div>
<br />
<br/></div>
how to install it:
1. go toblogger.com
2. select "layout"
3. select "add gadgets"
4. select "html / java script "
5. paste the script was in the copy, change the text in yellow with the blog address you want, change the color black with the word you want to write, change the color red with script code ad / banner
6. click save
and you're done , look at your blog and is mounted pop up ads on your blog
is easy is not it?