Dreamweaver 怎么让蹭层不随滚动条滚动
网上很多方法都试过都不行,所以请大家不要再复制了,麻烦高手说点简单有效的方法吧|!但不要太笼统啊!谢谢了!我的财富值太低,不能给太多的悬赏!请谅解...
网上很多方法都试过都不行,所以请大家不要再复制了,麻烦高手说点简单有效的方法吧|!但不要太笼统啊!谢谢了!我的财富值太低,不能给太多的悬赏!请谅解
展开
1个回答
展开全部
是层固定在一个位置,不随滚动条滚动是吧?如果是,看这个示范代码:
<title>CSS将层固定在右下角特效</title>
<style type="text/css">
* { margin:0; padding:0;}
#content{ height:2000px; }
#a{ position:fixed; bottom:0; right:0; width:250px; height:auto; background:#333;padding-right:5px; padding-left:10px; font-size:12px;}
#a span{
cursor:hand;
float:right;
}
* html{overflow:hidden;}
* html body{height:100%;overflow:auto;}
* html #a{position:absolute;right:18px;}
</style>
</head>
<body>
<script language="javascript">
function fclose()
{
document.getElementById("a").style.display='none';
}
</script>
<div id="content">
CSS将层固定在右下角代码
</div>
<div id="a"><span onclick="fclose();">Close</span><br />此为被固定的层<br />此为被固定的层<br />此为被固定的层</div>
<title>CSS将层固定在右下角特效</title>
<style type="text/css">
* { margin:0; padding:0;}
#content{ height:2000px; }
#a{ position:fixed; bottom:0; right:0; width:250px; height:auto; background:#333;padding-right:5px; padding-left:10px; font-size:12px;}
#a span{
cursor:hand;
float:right;
}
* html{overflow:hidden;}
* html body{height:100%;overflow:auto;}
* html #a{position:absolute;right:18px;}
</style>
</head>
<body>
<script language="javascript">
function fclose()
{
document.getElementById("a").style.display='none';
}
</script>
<div id="content">
CSS将层固定在右下角代码
</div>
<div id="a"><span onclick="fclose();">Close</span><br />此为被固定的层<br />此为被固定的层<br />此为被固定的层</div>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询