1
adSense Sticky Bottom CSS / jQuery
//jQuery
$(".fiheaderclose").click(function(){
$('.fiheader').css('display', 'none');
});
//CSS
.fiheader {
overflow: hidden;
position: fixed;
z-index: 999999;
background: #0000004a;
bottom: 0px;
text-align: center;
height: 200px;
vertical-align: middle;
width: 100%;
min-width: 100px;
}
.fiheaderclose {
position: absolute;
top: 10px;
right: 10px;
font-size: 20px;
color: #fff;
cursor: pointer;
}
//HTML
<div class="fiheader">
<div class="fiheaderclose">X</div>
Adsense Code
</div>
Interserver | Standard & VPS Cloud Hosting | $2.50 /Month
Flexible VPS hosting platform to deploy your online projects.
Economical and balanced between processor cores, memory and storage
rated 1 times
(1)
(0)
comments: 0 / hits: 180
/ 1 year ago, wed, jan 26, 22, 03:46:14
More From
» HTML, XML
Comments
There are no comments for this Snippet yet