手机移动端底部漂页面浮动广告位html代码

腾轩网 腾轩网 406 HTML源码


教程介绍

本文分享的是手机端网站底部悬浮html广告代码,使用方法教程。

html代码

<!-- 底飘广告代码开始 -->
<style>
@media screen and (min-width: 1200px){.cnt-4{display:none;}}
</style>
<div class="cnt-4">
<div  style="width:100%;position:fixed;bottom:0;left:0;z-index:2147483647;">

<a  onclick="document.getElementById('ads').style.display=\'none\'">
<img style="cursor:pointer;width:20px;height:20px;border:0px;position:absolute;top:-20px;right:0px;" src="关闭图片"></a>
<center><a href="http://www.tengxuanw.com"  target="_blank"><img src="悬浮广告图" width="100%"height="90"></a></center></div>
</div>
<!-- 底飘广告代码结束 -->