How to make a fixed div that works with IE10 Mobile on Windows Phone 8? The code I use is:
<div style="position:fixed;width:100%;background-color:blue;">
test
</div>
It only partially works. When the user scrolls, the div returns to its original position. It also does not work at all in landscape orientation. Are there alternative ways to make a fixed div that does not move, which is supported on the Internet Explorer 10 mobile device?
source
share