You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,13 @@
104
104
body#ie9:nth-of-type(1n){ /* CSS3 Selector that is interpreted by many modern Browsers including IE()*/
105
105
display:block \9; /* Hack to specify Internet Explorers including 9 so we exclude FF, webkit, etc */
106
106
}
107
+
108
+
/* IE 10 */
109
+
@media screen and (-ms-transform-3d) {
110
+
#ie10{
111
+
display:block
112
+
}
113
+
}
107
114
108
115
/* Webkit (Safari and Chrome) */
109
116
@media screen and (-webkit-min-device-pixel-ratio:0) {
@@ -141,6 +148,7 @@
141
148
<pid="ie6andie7andie8andie9">IE6, IE 7, IE 8 and IE 9</p>
142
149
<pid="ie8">IE8</p>
143
150
<pid="ie9">IE9+</p>
151
+
<pid="ie10">IE10</p>
144
152
<pre>
145
153
check the code to see how the CSS Hacks work or <ahref="http://blog.ginader.de/archives/2009/02/01/CSS-Voodoo-The-dark-art-of-CSS-Hacks.php">Read more about the CSS Hacks used in this Demo here</a>
0 commit comments