代码我主要就是用下面两段,为了防止层错位,是层一插入在一单元格中,层2插入在层1中的,不知道哪里不对了,左右不会错位,但是上下会。
<style type="text/css">
<!--
.STYLE1 {color: #1C60B3}
#Layer2 {
position:absolute;
width:975px;
height:688px;
z-index:0;
left: 115px;
top: -214px;
}
#Layer1 {
position:absolute;
width:215px;
height:51px;
z-index:5;
}
-->
</style>
<style type="text/css">
<!--
.auto {
overflow: auto; height: 688px;clip: rect( ); padding-top: 5px; padding-right: 0px; padding-bottom: 5px; padding-left: 0px
}
-->
</style>