12/09/2005, 22:50
|
| | | Fecha de Ingreso: septiembre-2003 Ubicación: Pues leyéndote
Mensajes: 1.076
Antigüedad: 21 años, 2 meses Puntos: 59 | |
Con CSS:
Código:
<html>
<head>
<title>Texto vertical</title>
<style>
#textovertical {writing-mode: tb-rl; filter: flipv fliph}
</style>
</head>
<body>
<div id="textovertical">www.forosdelweb.com</div>
</body>
</html>
Saludos |