Grazie per la tua cortese risposta...
io le favicon.ico le visualizzo bene ne ho creata una animata perciò non posso rinominarla come .gif
(almeno penso)..
Il codice che ho io è il seguente
<link rel="icon" type="image/gif" href="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template; ?>/favicon.gif" />
Poi ho anche questo ma non penso che c'entri con quello di su
<!--[if IE 6]>
<link href="templates/<?php echo $this->template ?>/css/ie6.css" rel="stylesheet" type="text/css" />
<style type="text/css">
img,#header,a.login-switch,a.register-switch,a.search-switch { behavior: url(<?php echo $this->baseurl; ?>/templates/<?php echo $this->template?>/scripts/iepngfix.htc); }
</style>
<![endif]-->
<!--[if IE 7]>
<link href="templates/<?php echo $this->template ?>/css/ie7.css" rel="stylesheet" type="text/css" />
<![endif]-->
Fatemi sapere al più presto.