CSS+JS上下浮动左右对联广告特效

html-css017

CSS+JS上下浮动左右对联广告特效,第1张

给你个思路吧

左右对联浮动只用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:-你的对联高度一半