动态修改元素样式,第一种情况下position fixed
top 100px第二种情况下是position fixed
bottom xxpxbottom是个动态的数值,需要js动态设置当由第二种情况回到第一种情况时,bottom已经有值了,只能设置成bottom:initial,让他恢复成最原始的值,但是ie下不兼容initial属性,怎么兼容ie呢?
添加回答
举报
0/150
提交
取消