29/04/2002, 16:19
|
| Moderador extraterrestre | | Fecha de Ingreso: diciembre-2001 Ubicación: Madrid
Mensajes: 6.987
Antigüedad: 23 años, 1 mes Puntos: 61 | |
Re: Una pregunta desde mi ignorancia... Las propiedades se pueden cambiar con CSS. Usa el Top Style 2.5
Mira este ejemplo:
----------------------------------
<html>
<head>
<title>Prueba</title>
</head>
<body>
<textarea style="overflow:auto;" name="" rows=30 cols=40 id="prueba" >Este es un Text Area, como ves puedes modificarlo para que parezca un text box. La barra de scroll sólo aparecerá si el texto no cabe dentro.</textarea>
<div style="position:absolute;top:480px;left:540px ">
<input type="button" value="mas" onclick="prueba.rows+=1"><input type="button" value="menos" onclick="prueba.rows-=1"><input type="button" value="Cambiar bordes" onclick="prueba.style.border='1px dotted red'"><input type="button" value="quitar bordes" onclick="prueba.style.border='none'">
</div>
</body>
</html>
---------------------------------
Espero que te sirva
Salu2
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="190" height="51"><param name="bgcolor" value="#0066CC"><param name="movie" value="http://www.webareyou.com/Movie1.swf"><embed src="http://www.webareyou.com/Movie1.swf"></embebed></object> |