groups

name language licence
MAIL/HTML : remarques Other Other
JS/HTML : methode de verification de formulaire avec du javascript non obstrusif HTML Other
JS/HTML : api google map Other Other
JS/HTML : Scrolling menu js Other Other
MAIL/HTML : remarques Other Other
HTML : Ajouter un favicon sur un site HTML Other
HTML : Attention mode quirks HTML Other
HTML : Commentaires conditionnels IE6 & IE 7 HTML Other

< 1 2 3 4 5 6 >



language: HTML
licence: Other

HTML : Commentaires conditionnels IE6 & IE 7

options: view full snippetsend to code collector
<!--[if IE 6]>
	<link rel="stylesheet" type="text/css" href="styles/ie6_style.css">
<![endif]-->
	
<!--[if IE 7]>
	<link rel="stylesheet" type="text/css" href="styles/ie7_style.css">
<![endif]-->
	
(Continues...)