02/09/2006, 00:52
|
| | | Fecha de Ingreso: septiembre-2003 Ubicación: Pues leyéndote
Mensajes: 1.076
Antigüedad: 21 años, 4 meses Puntos: 59 | |
>> Diferente en I.Explorer y Firefox << Un saludo a tod@s.
¿Por qué se ven diferente en I.Explorer y Firefox? En I.Explorer, se pone a la derecha lo señalado con la flecha (correcto): En Firefox, no se pone a la derecha lo señalado con la flecha (incorrecto): CSS: Cita: <style type="text/css"> .piedepagina1
{float: left;
font-family: verdana, arial, helvetica, lucida, sans-serif, "Trebuchet MS";
font-size: 10px;
color: #ffffff;
text-align: center;
font-weight: normal;
background-color: #003399;} .piedepagina2
{float: right;
font-family: verdana, arial, helvetica, lucida, sans-serif, "Trebuchet MS";
font-size: 10px;
color: #ffffff;
text-align: center;
font-weight: normal;
background-color: #003399;}
</style> HTML: Cita: <div class="piedepagina1"> 1998-2006 © <span style="font-weight: normal; color: #ffff00">Al</span>berto <span style="font-weight: normal; color: #ffff00">Sa</span>linas <span style="font-weight: normal; color: #ffff00;">Pa</span>lou <span style="font-weight: normal; color: #ffff00">[Alsapa]</span> - España</div>
<div class="piedepagina2">[Versión 1.5] </div> Muchas Gracias a tod@s.
Saludos |