My page has a div that is positioned to the top right corner using the following CSS:
position: fixed; top: 10px; right: 25px;
While this positioning works perfectly on most browsers and devices, it behaves differently on IE10 Mobile. In IE10 Mobile, it acts as if it's positioned absolutely like in other browsers.
The screenshot below illustrates how the div appears on most browsers:
Below is a screenshot showing the behavior when positioned as absolute (similar to IE10 Mobile):