The most intriguing things about websites designing for Internet Explorer Mobile are:
- User agent string : Standard format of the user agent string Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/7.0; <DeviceManufacturer>;<DeviceModel>)
- Expanded JScript : We use three
function in this:
--getElementsByClassName(name)
--querySelector(selector)
--querySelectorAll(selector) - Viewport settings : Property's
which is used are:-
--Width
--Height
--User-scalable
--Note - XHTML page rendering
- Adjusting Text Size with Custom CSS
- Behavior of fixed positioning
- Unsupported plugins

Join the conversation! Your thoughts help the community grow.