Tengo un portal joomla 1.5.8 y se ve perfecto en Firefox 3 pero en IE6 y IE7 se corre un poco hacia la izquierda. He modidicado las caracteristicas de la plantilla pero aun asi se ve corrido.
Este es el archivo css para IE6
Código :
/*-------------------------------------------------------------- # The News II - October 2008 (for Joomla 1.5) # Copyright (C) 2007-2008 Gavick.com. All Rights Reserved. # License: Copyrighted Commercial Software # Website: http://www.gavick.com # Support: [email protected] ---------------------------------------------------------------*/ #ie6 { position: absolute; top: 0px; left: -5px; display: block; height: 220px; width: 100%; filter: alpha(opacity=94); background: #fff; border-bottom: 4px solid #999; z-index: 1001; } #ie6 div { width: 1024px; height: 210px; margin: 0 auto; color: #333; line-height: 20px; background: transparent url('../images/ie7.gif') no-repeat 0 0; padding-left: 256px; } #ie6 h2 { color: #ff0000; margin-bottom: 0; } #ie6 h3 { color: #4574A1; margin-bottom: 10px; }
Este es el css para IE7
Código :
/*-------------------------------------------------------------- # The News II - October 2008 (for Joomla 1.5) # Copyright (C) 2007-2008 Gavick.com. All Rights Reserved. # License: Copyrighted Commercial Software # Website: http://www.gavick.com # Support: [email protected] ---------------------------------------------------------------*/ .nav { z-index: 10000; } #member_area .rf div.search { margin-top: 0; } #member_area .rf div.search input.button { padding:0; } .loginposition li{ padding-right: 6px !important; }
GRACIAS