Condition css different naviguateur
Résolu
griko
Messages postés
343
Date d'inscription
Statut
Membre
Dernière intervention
-
RAD ZONE Messages postés 5230 Date d'inscription Statut Contributeur Dernière intervention - 14 oct. 2009 à 16:06
RAD ZONE Messages postés 5230 Date d'inscription Statut Contributeur Dernière intervention - 14 oct. 2009 à 16:06
A voir également:
- Condition css different naviguateur
- Excel cellule couleur si condition texte - Guide
- Différent de 0 excel - Forum Excel
- Signe différent excel ✓ - Forum Excel
- Son différent notification android - Guide
- Excel différent de vide - Forum Excel
2 réponses
Salut voila un exemple assez complet !
qui devrait t eclairer
qui devrait t eclairer
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title> RAD ZONE Webcreation </title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta name="author" content="http://radservebeer.free.fr" /> <meta name="generator" content="PSPad editor, www.pspad.com" /> </head> <body> <div id="info"> <h2> Commentaires Conditionnel pour Internet Explorer et les navigateurs non-IE </h2><!--[if IE]> <h1>Vous utilisez Internet Explorer</h1> <![endif]--> <!--[if IE 5]> <h1>Version 5</h1> <![endif]--> <!--[if IE 5.0]> <h1>Version 5.0</h1> <![endif]--> <!--[if IE 5.5]> <h1>Version 5.5</h1> <![endif]--> <!--[if IE 6]> <h1>Version 6</h1> <![endif]--> <!--[if IE 7]> <h1>Version 7</h1> <![endif]--> <!--[if IE 8]> <h1>Version 8</h1> <![endif]--> <!--[if !IE]><!--> <h1> Vous n'utilisez pas Internet Explorer </h1><!--<![endif]--> <!--[if IE 6]><!--> <h1> Vous utilisez Internet Explorer version 6 OU un navigateurs non-IE </h1><!--<![endif]--> <!--[if IE 6]> IE6 et non <!--> <h1> Vous utilisez un navigateur non-IE <!--<![endif]--> </h1> </div> </body> </html>
griko
Messages postés
343
Date d'inscription
Statut
Membre
Dernière intervention
10
Donc si j'ai bien compri, je devrais utiliser : <!--[if gte IE 7]><!--><![endif]--> uniquement ? Mais il manque une fermeture non ?