我想问一下大神们,想做全屏自适应始终悬浮手机网站底部广告需要用到JS吗,还有就是能够在安卓和iOS系统中都能够兼容的,主要是移动端的
position fixed就行:http://www.w3school.com.cn/cssref/pr_class_position.asp
position:fixed;bottom:0px;left:0px;width:100%