Classe htmlIETest

Description

La classe htmlIETest permet d'inclure un test conditionnel pour Internet Explore. Attention, la fonctionnalité n'existe plus à partir de IE10 source.

Exemple


<?php
  $document
->append(new htmlIETest('if IE'))->append('Vous utilisez IE < 10');
<!--[if IE]>Vous utilisez IE &lt; 10<![endif]-->