Ciao a tutti, vengo subito al dunque. Con questo template ho dei problemi a visualizzare correttamente le pagine con browser come explorer 6 e 7. Nella cartella CSS del template sono presenti, oltre al file template.css, anche altri due file, template.ie6.css e template.ie7.css. Credo siano due template ottimizzati per questi browser solo che non vengono utilizzati affatto oppure nel file index.php vanno attivati da qualche parte, cosa che nn saprei come fare.
Qualcuno può darmi una mano?
Aggiungo anche che nel file index.php del template sono presenti queste due righe commentate:
<link rel="stylesheet" type="text/css" href="<?php echo $templateUrl; ?>/css/template.css" />
<!--[if IE 6]><link rel="stylesheet" href="<?php echo $templateUrl; ?>/css/template.ie6.css" type="text/css" media="screen" /><![endif]-->
<!--[if IE 7]><link rel="stylesheet" href="<?php echo $templateUrl; ?>/css/template.ie7.css" type="text/css" media="screen" /><![endif]-->
Devo agire in questo punto?
Grazie in anticipo.
Nicola