Ver Mensaje Individual
  #7 (permalink)  
Antiguo 22/03/2008, 12:49
Avatar de Mikmoro
Mikmoro
Colaborador
 
Fecha de Ingreso: octubre-2006
Ubicación: K-pax
Mensajes: 7.228
Antigüedad: 17 años, 6 meses
Puntos: 280
Re: problema con css en ie7

Hola, aviana.
no sé cuál será exactamente tu problema, pero con este código se ve perfectamente bien en FF, IE6 e IE7:

Cita:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Prueba</title>
<style>
.Estilo19 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight:bold; color: #FFFFFF; background:#000000;}
</style>
</head>
<body>
<table>
<tr>
<td class="Estilo19" width="306"> - NOTICIAS - </td>
</tr>
</table>
</body>
</html>
Mikel.

Última edición por Mikmoro; 22/03/2008 a las 13:01