Ver Mensaje Individual
  #1 (permalink)  
Antiguo 05/12/2009, 08:18
Vicente1988
 
Fecha de Ingreso: julio-2008
Mensajes: 4
Antigüedad: 15 años, 9 meses
Puntos: 0
El texto se ve mas grande el Google Chrome

Buenos días!

Hace poco me descargue el navegador Google Chrome y me di cuenta que mi página no se ve del todo bien aquí, este error se ve cuando viene algun texto luego de una imagen centrada (en el cutenews). Les anexo una captura para que vean la diferencia.

i46.tinypic.com/2i7rfyc.jpg

Y la url sería tatunews.net

En el ccs le tengo este código

Código:
 body {
font-size: 8.5pt;
font-family: Tahoma;
color: #5A5959;
text-decoration: none;
}
Y en el templete del Cutenews le tengo esto

Código:
<link REL="stylesheet" HREF="tatunews.net/estiloindex.css" TYPE="text/css">
<style> 
a:link{text-decoration: none; color: #E3AF25; font-weight: bold}
a:visited{text-decoration: none; color: #E3AF25; font-weight: bold}
a:hover{text-decoration: none; color: #EAC35A; font-weight: bold}  
a:activate{text-decoration: none; color: #E3AF25; font-weight: bold}

</style>
<div align="center">
	<table border="0" cellpadding="0" cellspacing="0" width="100%" height="36">
		<tr>
			<td height="10" width="-235" style="padding: 1px" background="tatunews.net/images/v7/bacnews.jpg">
								<img border="0" src="tatunews.net/images/v8/flecha.jpg" width="23" height="14"><span style="font-weight: 700; text-transform: uppercase"><i><font face="Tahoma" size="1" color="#999999">
			</font></i></span>
			<font face="Trebuchet MS" style="font-weight: 700; text-transform: uppercase" color="#F0EADE" size="1">{title}   [{date}]</font><font color="#F0EADE"></font></font></td>
		</tr>
		<tr>
			<td height="26" width="-235" style="padding: 5px">
			<p align="justify"><span style="font-size: 8.5pt">{short-story} [full-link] Leer Más [/full-link]
			</span></td>
		</tr>
		</table>
En el resto de los navegadores se ve perfecta, pero en este especificamente tengo el problema con la fuente. Espero su ayuda por favor.

Gracias!

(Tuve que colocar los links se esa manera pues soy nuevo en el foro)