0
我使用了2個固定位置的div,並在調整大小後 - opera doesen不再重繪元素。歌劇位置固定到固定的元素和調整錯誤?
#wrapper{
position:fixed;
z-index:10000;
height: auto;
background-color: transparent;
margin: 0;
}
#label {
position: fixed;
bottom:0px;
left: 50%;
background-color: transparent;
z-index: 9999999;
height: 40px;
width: 200px;
border: 1px solid red;
margin-left:-100px;
}
<div id="wrapper">
<div id="label">content</div>
</div>
U可以看到這裏
這個bug只加載頁面的Opera瀏覽器和調整窗口。
請幫助