groups

name language licence
JS/HTML/GOOGLE MAPS API : gabarit+js : modèle de départ + bouton pour la vue Earth Other Other
HTML : select, option : definir la valeur selectionné par defaut avec selected HTML Other
HTML :Form upload enctype HTML Other
HTML : Commentaires conditionnels IE6 & IE 7 HTML Other
JS/HTML : Integration Jqzoom Evolution Other Other
JS/HTML : Scrolling menu js Other Other
JS/HTML : api google map Other Other
JS/HTML : methode de verification de formulaire avec du javascript non obstrusif 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...)