Ciao, ho la necessità di creare un css specifico per IE in relazione alla stampa.
Ho provato con questo commento condizionale ma non sembra funzionare
------------------------------------------

<!--[if IE ]>
<link rel="stylesheet" href="step.css" media="screen">
<link rel="stylesheet" href="stylestampamanual.css" media="print">
<![endif]-->
<link rel="stylesheet" href="stylestampafirefox.css" media="print">
------------------------------------
Qualche suggerimento?
Grazie, ciao