这篇文章主要介绍了html5广告悬浮问题怎么解决的相关知识,内容详细易懂,操作简单快捷,具有一定借鉴价值,相信大家阅读完这篇html5广告悬浮问题怎么解决文章都会有所收获,下面我们一起来看看吧。
解决方法:
<!DOCTYPE html PUBLIC“-// W3C // DTD XHTML 1.0 Transitional // EN”“ http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns = “ http ://www.w3.org/1999/xhtml“ >
<head >
<meta http-equiv = ” Content-Type“ content = ” text / html; charset = utf-8“ />
<title >类似广告悬浮< / title >
<style type = “ text / css” >
.img {
position:absolute;
宽度:100px;
高度:100px;
上:100px;
右:18px;}
<
>
<div class = “ img” id = “ sroling” >
<img src = “ ../../images/png-1783.png” />
</ div >
<脚本 类型= “ text / javascript” >
var id = function(i){return document.getElementById(i)}
var scroll = function(i){
var space = id(i).offsetTop;
id(i).style.top = space +'px';
void function(){
var goTo = 0;
var roll = setInterval(function(){
var height = document.documentElement.scrollTop + document.body.scrollTop + space;
var top = parseInt(id(i).style.top);
goTo = height-parseInt((height-top)* 0.9);
id(i).style.top = goTo +'px';
}
// else {if(roll)clearInterval(roll);}
},12);
}()
}
scroll('sroling');
</ script >
</ body >
关于“html5广告悬浮问题怎么解决”这篇文章的内容就介绍到这里,感谢各位的阅读!相信大家对“html5广告悬浮问题怎么解决”知识都有一定的了解,大家如果还想学习更多知识,欢迎关注亿速云行业资讯频道。
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。