Ver Mensaje Individual
  #1 (permalink)  
Antiguo 09/07/2013, 13:16
sebacomas
 
Fecha de Ingreso: mayo-2010
Mensajes: 414
Antigüedad: 14 años
Puntos: 2
html 5, css e IE

Hola estoy haciendo un sitio con etiquetas html5 y css, y me encuentro que en ie cualquier sea su versión se ve mal, me parece que el problema esta en como hice los estilos que no lo reconoce, por ejemplo:

Uso este tipo de estilo:

Código CSS:
Ver original
  1. #title-right-column h2, header#top h2{
  2.   font-size: 15px;
  3.   color:#fff;
  4.   font-family: 'Karla', sans-serif;
  5.   margin: 0;
  6.  }

Parte del html:

Código HTML:
Ver original
  1. <article id="right-column">
  2.  
  3.           <section>
  4.               <header id="top">
  5.                
  6.                 <h2>La empresa</h2>  
  7.              
  8.               </header>
  9.               <figure>
  10.                 <img src="img/image4.jpg" alt="">
  11.               </figure>
  12.           </section>
  13.