16/01/2007, 13:48
|
| Colaborador | | Fecha de Ingreso: mayo-2002 Ubicación: Funkyland
Mensajes: 8.433
Antigüedad: 22 años, 8 meses Puntos: 177 | |
Re: cursor animado forma 1
<style type="text/css">
body, a
{cursor: url(http://www.tusitio.com/cursor.cur);}
</style>
forma 2
<body style="cursor:url(mi_cursor.cur)"> |