Par |ben|, vendredi 29 juillet 2005 à 21:59 :: XHTML & CSS :: #42 :: rss
Hack CSS pour IE
Afficher un css juste sous IE
Source : http://www.quirksmode.org/css/condcom.html
<!--[if IE]>
According to the conditional comment this is Internet Explorer<br>
<![endif]-->
<!--[if IE 5]>
According to the conditional comment this is Internet Explorer 5<br>
<![endif]-->
<!--[if IE 5.0]>
According to the conditional comment this is Internet Explorer 5.0<br>
<![endif]-->
<!--[if IE 5.5]>
According to the conditional comment this is Internet Explorer 5.5<br>
<![endif]-->
<!--[if IE 6]>
According to the conditional comment this is Internet Explorer 6<br>
<![endif]-->
<!--[if gte IE 5]>
According to the conditional comment this is Internet Explorer 5 and up<br>
<![endif]-->
<!--[if lt IE 6]>
According to the conditional comment this is Internet Explorer lower than 6<br>
<![endif]-->
<!--[if lte IE 5.5]>
According to the conditional comment this is Internet Explorer lower or equal to 5.5<br>
<![endif]-->
Article suivant de la même catégorie >> Que d'annuaires de sites en Full C...
Commentaires
1. Le dimanche 12 février 2006 à 17:54, par enet
Ajouter un commentaire
Les commentaires pour ce billet sont fermés.