Commento Condizionale nella pagina HTML:
Stile Generale:<style type="text/css">@import "File/stile.css";</style>
<!--[if IE 6]>
<style type="text/css">@import "File/stileIE.css";</style>
<![endif]-->
Stile per IE:#contenuto{
background-image:url(../img/sfuma.gif);
background-position:top;
background-repeat:repeat-x;
}
#contenuto{
background-image:url(../img/sfumaIE.gif);
}