css背景图片固定并覆盖内容~
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css背景图片固定并覆盖内容~相关的知识,希望对你有一定的参考价值。
http://www.csszengarden.com/?cssfile=136/136.css
这是csszengarden的一个作品,我想知道此链接中的墓碑
是如何实现固定并且当下拉滚动条时覆盖其余部分的
更有甚者http://www.csszengarden.com/?cssfile=202/202.css
<htmle>
<style>
#extraDiv1 position:fixed;width:227px;bottom:0px;background:url(r3_zen666_tombstone.png) no-repeat left top;height:267px;left:540px;
* padding-bottom:0px;margin:0px;padding-left:0px;padding-right:0px;padding-top:0px;
</style>
<body>
<div id="extraDiv1"><span></span></div>
</body>
</html>本回答被提问者采纳 参考技术B 墓碑是写在一个div里的,position:fixed即可。
需要注意的是ie6没这个效果
以上是关于css背景图片固定并覆盖内容~的主要内容,如果未能解决你的问题,请参考以下文章