CSS hack for IE 10 in 2 easy step with JavaScript its very easy and usefull
1. incude below scipt in html page
1. incude below scipt in html page
- <!--[if !IE]><!--><script>
- if (/*@cc_on!@*/false) {
- document.documentElement.className+=' ie10';
- }
- </script><!--<![endif]-->
2. include below css in styleSheet
- .ie10 .example {
- /* IE10-only styles go here */
- }
Thanks
No comments:
Post a Comment