网页制作怎么浮动,网页浮动按钮 div里面可以设置浮动吗?需要浮动的话,只需要在样式上的position设置fixed即可。比如:div style=position:fixed; z-index:1;/div这样写就浮动了,然后只需要用top、bottom、left、right来定位就行了如果需要飘来飘去的浮动,需要配合js来...