scusa ma materialmente come si fa, non sono molto pratico.-
Ho trovato uno script tipo questo può andare bene, come si adatta ?
<SCRIPT language="JavaScript">
<!--
if(document.layers){
document.write("<link rel='stylesheet' href='stileNN.css' type='text/css'>");
}
if(document.all){
document.write("<link rel='stylesheet' href='stile.css' type='text/css'>");
}
if(document.getElementById){
document.write("<link rel='stylesheet' href='stile.css' type='text/css'>");
}
//-->
</SCRIPT>