Demo cho các bạn :
Bước 1: Vào adsense -> quảng cáo của tôi -> tạo đơn vị quảng cáo bạn có thể chọn 160px x 600px không thì như mình là 130px x 600, nói chung đoạn này các bạn tự làm nhé !
Bước 2: Thêm CSS copy dán trước </head>
<style>
.float-ck {
position: fixed;
top: 75px;
z-index: 9000
}
* html .float-ck {
position: absolute;
bottom: auto;
top: expression(eval (document.documentElement.scrollTop+document.docum entElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
}
</style>
Nếu các bạn không muốn banner quảng cáo hiện trên điện thoại thì dán css này trước </head>
<style>
@media screen and (max-width: 780px) {
.float-ck {
display:none;
}
}
</style>
Chỉnh css phần tô màu đỏ cho phù hợp
Bước 3: Vô bố cục add tiện ích HTML dán code sau
Banner trái:
<div class="float-ck" style="left: 0px">
<div id="float_content_right">
Đặt Mã Adsense của bạn ở đây
</div>
</div>
Banner phải:
<div class="float-ck" style="right: 0px">
<div id="float_content_right">
Đặt Mã Adsense của bạn ở đây
</div>
</div>
Bước 1: Vào adsense -> quảng cáo của tôi -> tạo đơn vị quảng cáo bạn có thể chọn 160px x 600px không thì như mình là 130px x 600, nói chung đoạn này các bạn tự làm nhé !
Bước 2: Thêm CSS copy dán trước </head>
<style>
.float-ck {
position: fixed;
top: 75px;
z-index: 9000
}
* html .float-ck {
position: absolute;
bottom: auto;
top: expression(eval (document.documentElement.scrollTop+document.docum entElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
}
</style>
Nếu các bạn không muốn banner quảng cáo hiện trên điện thoại thì dán css này trước </head>
<style>
@media screen and (max-width: 780px) {
.float-ck {
display:none;
}
}
</style>
Chỉnh css phần tô màu đỏ cho phù hợp
Bước 3: Vô bố cục add tiện ích HTML dán code sau
Banner trái:
<div class="float-ck" style="left: 0px">
<div id="float_content_right">
Đặt Mã Adsense của bạn ở đây
</div>
</div>
Banner phải:
<div class="float-ck" style="right: 0px">
<div id="float_content_right">
Đặt Mã Adsense của bạn ở đây
</div>
</div>