position:fixed 修改位置不能正常显示
#div1{
width:500px;
height:500px;
border:2px red solid;
position:fixed;
bottom:0; / top:100
right:0; / left:200
}这段代码,我调整上下左右的位置,或者调整px位置,发现均不能按要求显示。
请问是什么原因,谢谢。
#div1{
width:500px;
height:500px;
border:2px red solid;
position:fixed;
bottom:0; / top:100
right:0; / left:200
}这段代码,我调整上下左右的位置,或者调整px位置,发现均不能按要求显示。
请问是什么原因,谢谢。
2017-01-05
举报