我很难理解如何在jquery中编写css代码,我正在尝试编写像facebook这样的样本小墙脚本,人们在评论列表中添加评论并添加新的评论信息.....我在这样的CSS中写的评论列表里面......
.comment_box{
position: absolute;
margin: 0 auto;
width: 515px;
height: auto;
border: dashed #999 0px;
padding: 5px;
margin-top: 20px;
background-color: #fff;
left: 300px;
top: 171px;
}
.comment_box ul{
list-style:none;
padding:0;
}
.comment_box ul li{
padding:.5em;
height:auto;clear:both;
padding-bottom:35px;
margin-bottom:20px;
border-bottom:#e6e6e6 solid 1px;color:#000;}
当人们输入新评论时,在墙内添加新评论之前,我希望评论列表(comment_box)向下滑动bofore在第一行顶部添加新评论...
我怎样才能在jquery中用css写一下,一旦注册了一条评论,就会输入新评论!
是这样写的 $(。button).css('。comment_box ul li); 这是正确的!
其他任何网站都有我可以学习的样本!
答案 0 :(得分:-1)
为什么不在评论框之前添加新添加的评论?