25
Jak ustawić kierowanie tylko na Internet Explorer 10 w pewnych sytuacjach, takich jak kod CSS specyficzny dla programu Internet Explorer lub kod JavaScript specyficzny dla programu Internet Explorer?
Jak ustawić kierowanie tylko na Internet Explorer 10 w pewnych sytuacjach, takich jak kod CSS specyficzny dla programu Internet Explorer lub kod JavaScript specyficzny dla programu Internet Explorer? Próbowałem tego, ale to nie działa: <!--[if IE 10]> <html class="no-js ie10" lang="en"> <![endif]--> <!--[if !IE]><!--> <html lang="en" class="no-js"> <!--<![endif]--> Internet Explorer …