Answer the question
In order to leave comments, you need to log in
How to write styles for IE10?
How to write styles for IE10.
I need to write styles that would be accepted by IE10 and IE9 (if possible).
At least on IE10 on the Internet, the options (hacks) are not working, they work on IE11.
Answer the question
In order to leave comments, you need to log in
For lower versions of IE
<!DOCTYPE html>
<!--[if IE 8]> <html class="lt-ie10 lt-ie9"> <![endif]-->
<!--[if IE 9]> <html class="lt-ie10"> <![endif]-->
<!--[if gt IE 9]><!--> <html> <!--<![endif]-->
<head>
...
if (Function('/*@cc_on return [email protected]*/')()){
document.documentElement.className+=' ie10';
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question