回复讨论(解决方案)
发下代码看看,不然不好说
设置z-index的值,http://www.w3school.com.cn/css/pr_pos_z-index.asp
hello
hello
test
hello2
test2
上面的test能够透过背景色看到。
position:relative;
定位可以吧,在两个style都加上这个
hello
hello
testhello2
test2
position改成absolute以后就可以用z-index设置它了,z-index越大 ,离用户越近