左右对联浮动只用css就可以实现了
设置两个div,设置position属性为fixed
左侧浮动的div,left为0,top设置一定的值
右侧浮动的div,right为0,top设置一定的值
左边的
position:fixed left:50% margin-left:-600px top:50% margin-top:-你的对联高度一半右边的
position:fixed right:50% margin-right:-600px top:50% margin-top:-你的对联高度一半