//表头

<script type="text/javascript" src="../../JS/ScrollableGridPlugin.js"></script>

<script type="text/javascript">
       $(document).ready(function () {
           $('#gvList').Scrollable({
               ScrollHeight: ($(window).height() -120)
           });
       });
</script>

//表尾

<style type="text/css">

     .PagerRow {     position:fixed;     right:0;     border:white;     bottom:0;     width:100%;     height:30px;     background-color:Blue;

}</style>

posted on 2013-10-28 10:59  死神的遗迹  阅读(337)  评论(0编辑  收藏  举报