Is there a way to create a fixed div that is compatible with IE10 Mobile on Windows Phone 8? Currently, I have been using the following code:
<div style="position:fixed;width:100%;background-color:blue;">
test
</div>
This solution is only partially effective. The div moves back to its original position when the user scrolls, and it does not work properly in landscape orientation. Are there any other methods available to create a fixed div that remains in place and is supported by Internet Explorer 10 mobile?