不用JS的DIV+CSS对联漂浮广告
展开全部
使用position:fixed,调整悬浮的位置就可以了
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2017-05-23
展开全部
不用js 不能关闭
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<style type="text/css">
body{
height: 2000px;
background-color: pink;
}
.adl{
height: 300px;
width: 120px;
position: fixed;
top:180px;
left: 20px;
background-color: red;
}
.adr{
height: 300px;
width: 120px;
position: fixed;
top:180px;
right: 20px;
background-color: red;
}
</style>
</head>
<body>
<div class="adl"></div>
<div class="adr"></div>
</body>
</html>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询