groups

Link to this snippet:


Download to Code Collector

language: HTML
licence: Other

HTML : Commentaires conditionnels IE6 & IE 7

options: send to code collectorview all pierre alexandre payet's snippets
<!--[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]-->