Ver Mensaje Individual
  #2 (permalink)  
Antiguo 02/11/2011, 06:56
educacanis
 
Fecha de Ingreso: octubre-2010
Ubicación: Madrid
Mensajes: 295
Antigüedad: 13 años, 7 meses
Puntos: 12
Respuesta: problemas al cargar en diferentes navegadores

no todos los navegadores soportan los mismos diseños gráficos. Prueba a poner esto en el head del html:
Código HTML:
<style type="text/css">
A:link, A:visited { text-decoration: none }
img:link, img:visited  { image-decoration: none }
</style>