固定位置,不随滚动
代码
.postcomment ul ol.post_content{float:right; width:585px; margin:10px 10px 0 0; text-align:center; _text-align:right;}
.postcomment ul ol.post_content textarea{margin:0; width:545px; _width:540px; height:100px; border:1px solid #ccc; padding:10px; background:#fff url('postcommenttextareabg.png') no-repeat bottom right;}
.postcomment ul ol.post_content textarea{margin:0; width:545px; _width:540px; height:100px; border:1px solid #ccc; padding:10px; background:#fff url('postcommenttextareabg.png') no-repeat bottom right;}
滚动显示。。
代码
<style type="text/css">
#PubContent {
display:block;
width:545px;
height:100px;
background:url(textareabg.png) no-repeat 340px 65px;
background-attachment:fixed;
padding:5px;
}
</style>
#PubContent {
display:block;
width:545px;
height:100px;
background:url(textareabg.png) no-repeat 340px 65px;
background-attachment:fixed;
padding:5px;
}
</style>

浙公网安备 33010602011771号