Fórum OpenCart Brasil

Por um e-commerce livre, confiável e profissional

Suporte geral sobre problemas técnicos para OpenCart v1.x.
#38200
Prezados,

Fiz toda a minha loja em Google Chrome, mas depois de pronto verifiquei que estava desconfigurado no IE e Mozilla.

Ao abrir o arquilo header.tpl, fiz a seguinte alteração:

<?php } ?>
<!--[if IE 9]>
<link rel="stylesheet" type="text/css" href="catalog/view/theme/default/stylesheet/ie6.css" />
<![endif]-->
<!--[if lt IE 9]>
<link rel="stylesheet" type="text/css" href="catalog/view/theme/default/stylesheet/ie7.css" />

Mudei para:

<?php } ?>
<!--[if IE 9]>
<link rel="stylesheet" type="text/css" href="catalog/view/theme/default/stylesheet/ie9.css" />
<![endif]-->
<!--[if lt IE 9]>
<link rel="stylesheet" type="text/css" href="catalog/view/theme/default/stylesheet/ie9.css" />

Funcionou, porém a imagem que existia ao lado do menu, sumiu!!! (no Internet Explorer)

No Google Crhme está funcionando perfeitamente.

Como faço para ajustar???
Como arrumar no Mozilla??