Advertisement
imjyb1008work

HTML IE10

Feb 2nd, 2015
999
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.17 KB | None | 0 0
  1. <!--[if !IE]><!--><script>
  2. if (/*@cc_on!@*/false) {
  3.     document.documentElement.className+='ie10';
  4. }
  5. </script><!--<![endif]-->
  6.  
  7. <div class="Test">
  8.     123456
  9. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement