Windows Phone IE mobile bugs with transparent background-image and bottom absolute positionning
问题 I have 2 problems with WP IE : transparent background-image have artifacts on their transparent borders absolute positioned divs to the bottom of the page leaves a ~5px white gap between the browser navigation bar and the bottom of the page Note that I use divs instead of img to handle CSS retina image replacement for HDPI devices (iPhone 4+, iPad3+, Android Galaxy S3, WP8 Lumia 920...). With img, the artifacts are gone. HTML: <div class="header-left"></div> <div class="footer-left"></div>