
Internet Explorer 10
Internet Explorer 10 platform preview version is now available for testing.Internet explorer 10 support CSS3 Flexbox, CSS3 Grid Alignment, CSS3 Multi-column, CSS3 Gradients on background-images and ECMAScript5 Strict Mode.IE 10 give full hardware support .
more info
Requirements:This software support Windows 7 or Windows 7 SP1.
Changes from IE9 :IE10 have lot of changes.It provide faster browsing.Better support for VB and java scripts.
HTCs / VBScript
HTML Components (HTC) and VBScript code when used inside of an IE9 or IE10 standards mode page are no longer executed in compatibility view. Consequently, DOM APIs used by the HTC or VBScript code now behave according to the IE standards mode version of the same APIs.
CSS3 Flexible Box:It for intended for lying out more complex pages.It is used for arrange your content in perfect position.It support developers to arrange contents.It give flexible to developers.We can arrange position and size of the contents more easily. Flexbox layout is intended for laying out more complex webpages, and is especially useful for making the relative position and size of elements stay constant, even as screen and browser window sizes vary and change. It can lessen the reliance on floats, which are more complicated to position and size correctly.
<style type="text/css">
#myFlexbox
{
display: -ms-box;
-ms-box-orient: horizontal;
background: grey;
border: blue;
}
</style>
ms box:Specifies the orientation in the layout of all child elements of the object.
ECMA script: IE 10 support ECMA script .It is better than JavaScript.
More info visit Internet Explorer 10
Download Labels: Softwares