郎世宁的松鹿图:如何设置随屏滚动的图片?

来源:百度文库 编辑:高考问答 时间:2024/04/29 16:20:51
使用了框架设置。从网上找的代码。但放到首页就是不能随着滚动栏而且上下滚动。而且别的页面可能正常滚动。用层的随屏滚动和什么有关系呢?
附滚动代码CSS:
<style type="text/css">
#floater {
position: absolute;
left: 500;
top: 146;
width: 121px;
visibility: visible;
z-index: 10;
}
</style><div ID="floater" style="left: 866px; top: 236px">

我主页里面设的CSS:
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
<style type="text/css">
<!--
a:link {
color: #333333;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #333333;
}
a:hover {
text-decoration: underline;
color: #FF0000;
}
a:active {
text-decoration: none;
color: #CC0000;
}

}
.bodybg {
BACKGROUND-POSITION: 50% top; BACKGROUND-REPEAT: repeat-x
}
-->
</style>