Ver Mensaje Individual
  #8 (permalink)  
Antiguo 30/09/2008, 15:59
ptilotta
 
Fecha de Ingreso: septiembre-2008
Mensajes: 35
Antigüedad: 15 años, 7 meses
Puntos: 0
Respuesta: Sidebar de WordPress se ve bien en IE 7 pero no en IE 6

Buena Pregunta...

Quizas el dueño del template pueda responderla, aunque le he escrito por este problema y obtuve menos respuesta que BUSH en el Congreso.

Les pego el CSS completo para ver si me pueden decir porque esta haciendo lo que hace.

Mil gracias por la ayuda...

Código:
/*-------------------- General --------------------*/


body { margin: 0; padding: 0; background :#c1e19e url("images/bg.jpg") repeat-x;background-attachment:fixed;  font: 10px "Verdana", Tahoma, Trebuchet MS,Arial, Sans-Serif; color: #000; text-align: left; }

p, ol, ul { line-height: 150%; }

h1, h2, h3, h4, h5, h6 { margin: 0; font-style: normal; font-weight: normal; background: transparent; }

h1 { font-size: 2.2em;  }
h2 { font-size: 1.6em;  }
h3, h4, h5, h6 { font-size: 1em;}

a, a:link { color: #79c935; text-decoration: none; }
a:hover, a:active { text-decoration:none;color:#000;}

blockquote { margin: 10px; padding: 10px 0px 10px 30px; color:#000; background-color:#a9d186; border : 1px solid #577241;}
code{ display:block; overflow:auto; text-align:left; margin: 10px 0 10px 0; padding: 5px 10px 5px 10px; }

small { font-size: 0.8em; }

img { padding:5px; border:0; }
img.right { float: right; margin:5px 0 5px 5px; }
img.left { float: left; margin:5px 5px 5px 0px; }
a img         {border:none;}

.left         { float: left; }
.right        { float: right; }
.center { text-align: center; }
.alignleft { float: left; margin-right: 10px; }
.alignright { float: right; margin-left: 10px; }

.navigation { display:block; padding: 20px; }


/*-------------------- Layout --------------------*/


#outline { width: 1010px; margin: 0 auto; padding: 0; background: #fbe7ce;  font-size: 1.3em;}

#wrapper { float: left; width: 1010px; margin: 0 !important; margin: -15px 0 0 0; /* IE hack */ padding: 0; background: #fff;}