30/08/2002, 16:16
|
| | Fecha de Ingreso: marzo-2002
Mensajes: 50
Antigüedad: 22 años, 8 meses Puntos: 0 | |
Re: CSS en Textarea aqui tienes un ejemplo
.textareaHoroscopo {
WIDTH:90%;
HEIGHT:50px;
background-color: #fffafa;
font-family:Tahoma;
font-size:10px;
color:#000000;
border:#000000;
border-style:solid;
border-top-width:1px;
border-right-width:1px;
border-bottom-width:1px;
border-left-width:1px;
cursor:hand}
<textarea class="textareaHoroscopo"> </textarea> |