Ver Mensaje Individual
  #8 (permalink)  
Antiguo 12/05/2011, 11:01
Avatar de rogertm
rogertm
Mod->Cuba
 
Fecha de Ingreso: julio-2005
Ubicación: /home/Cuba/Habana/rogertm/
Mensajes: 2.922
Antigüedad: 18 años, 9 meses
Puntos: 638
Respuesta: html5 asesoria

OK, pero con comentarios condicionales para IE podemos, al menos, enviar un mensaje al usuario diciéndole que el sitio se ve mejor si se activa Javascript:
Código HTML:
Ver original
  1. <!--[if lte IE 8 ]>
  2. <noscript><strong>Se necesita Javascript para visualizar correctamente este sitio...</strong></noscript>
  3. <![endif]-->
Luego un poquito de CSS y hasta se verá lindo:
Código CSS:
Ver original
  1. noscript strong {
  2.     display: block;
  3.     font-size: 18px;
  4.     line-height:1.5em;
  5.     padding: 5px 0;
  6.     background-color: #ccc;
  7.     color: #a00;
  8.     text-align: center;
  9. }
El código es tomado de Twentythe Five
__________________
Friki y Blogger por Cuenta Propia:213
Twenty'em: Theming is Prose