网站悬浮广告图片代码怎么增加个关闭按钮
如题:代码如下<divstyle="display:block;position:fixed;left:5px;top:220px;"class="float_layer...
如题:代码如下
<div style="display: block; position: fixed;left: 5px; top: 220px;" class="float_layer" id="miaov_float_layer"> <div class="content"><a href="http://123.com" target="_blank"><img src="http://www.123/123/a.gif"></a></div></div>
因为这个图片是一直悬浮在那里有时候会影响阅读 所以想增加一个关闭的代码
不想看了可以关掉。或者有没有其他的代码。。 展开
<div style="display: block; position: fixed;left: 5px; top: 220px;" class="float_layer" id="miaov_float_layer"> <div class="content"><a href="http://123.com" target="_blank"><img src="http://www.123/123/a.gif"></a></div></div>
因为这个图片是一直悬浮在那里有时候会影响阅读 所以想增加一个关闭的代码
不想看了可以关掉。或者有没有其他的代码。。 展开
2个回答
展开全部
广告图作为背景,给div,然后在div内放个img图片当做关闭按钮。
var count;
function move() {
$('apDiv').style.top=document.documentElement.scrollTop+parseInt(count);
}
function getCount() {
count=$('apDiv').currentStyle.top;
}
function close0() {
$('apDiv').style.display='none';
}
window.onscroll=move;
window.onload=function(){getCount();}
<!--img是关闭按钮的图片-->
<div id="apDiv" style="right:30px; position:fixed; width:118px; height:272px; z-index:2; background-image:url(image/adv.jpg);
float:left; top: 110px;"><img src="image/button.jpg" onClick="close0();"/></div>
图片路径还有宽高位置之类的你自己改改就可以了
2013-12-26
展开全部
是那个小x号吗
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询