Netscape 6? si es asi, tenes que usar una url absoluta para la hoja de estilos <link href="../estilos.css" rel="stylesheet" type="text/css">
En su momento me volvio loco el desgraciado...
Tendrias que corregir esta linea </span><span class="texto_blanco">Texto</span> Te sobra el </span> del principio
Tambien te falta la declaracion del tipo de documento al principio
Yo lo veo bien. Fijate que donde pusiste enlace 1 y 2, no son links. Especificamente, que es lo que no funciona?
Saludos
Ariel
Elena Ad�n Collado wrote:
Yo no se que hago con los css ahora ni lo m�s simple se me ve en netscape. �Alguien me puede ayudar?
c�digo css
/* CSS Document */
body { background-color: #afbc13; margin-left: 5px; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#000000; font-size:9px; } A { color:#990000; text-decoration:none; } a:hover { background-color:#DBE1B5; text-decoration:none; }
h1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #990000; text-transform: uppercase; } h2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #666666; text-transform: uppercase; }
#verde { background-color: #D1F3D6; } .negrita{ font-weight:bold; }
.justify { text-align:justify; }
.right { text-align:right; }
.texto_blanco { color:#FFFFFF; font-size: xx-small; font-weight:bold; }
.texto_verde { color:#afbc13; font-size:9px; }
.tabla_blanca { background-color:#FFFFFF; }
.peque�o { font-size:xx-small; font-weight:bold; }
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title></title>
<link href="../estilos.css" rel="stylesheet" type="text/css"> </head>
<body>
<table width="100%" class="tabla_blanca" summary="Logotipo y correo">
<tr>
<td><img src="../imagenes/img_plantillas/logotipo.gif" alt="Logotipo" width="175" height="49">
</td>
<td><div align="right"><img src="../imagenes/img_plantillas/tirar_correo.gif" alt="correo" width="462" height="44"></div></td>
</tr>
</table> </span><span class="texto_blanco">Texto</span>
<table width="100%" border="0" cellpadding="3" class="tabla_blanca" summary="Tabla con dos columnas, en la primera columna está el menú y en la segunda el contenido">
<tr>
<td width="27%">
<div class="peque�o"><!-- #BeginLibraryItem "/Library/flecha.lbi" --> <img src="../imagenes/icono_flecha.gif" alt="*" width="9" height="8"><!-- #EndLLibraryItem --> enlace 1<br>
</div>
<div class="peque�o"><!-- #BeginLibraryItem "/Library/flecha.lbi" --> <img src="../imagenes/icono_flecha.gif" alt="*" width="9" height="8"><!-- #EndLLibraryItem --> Enlace 2 </div>
<br>
</td>
<td width="73%" valign="top">
</td>
</tr>
</table>
</body> </html>
_______________________________________________ Ovillo mailing list [EMAIL PROTECTED] http://ovillo.org/mailman/listinfo/ovillo_ovillo.org
_______________________________________________ Ovillo mailing list [EMAIL PROTECTED] http://ovillo.org/mailman/listinfo/ovillo_ovillo.org
