|
Cambiar el cursor de un blog o de un Custom
HTML
1. Argegar
entrada al blog y pulsais
el botón HTML o escribis directamente en
el CustomHTML.
2. Escribis
esto en una imagen:
style="cursor:NOMBRE DEL CUSRSOR"
Tipos de Cursores:
cursor:
crosshair
cursor:
default
cursor:
hand
cursor:
text
cursor:
move
cursor:
wait
cursor:
help
cursor:
e-resize
cursor:
ne-resize
cursor: n-resize
cursor:
nw-resize
cursor:
w-resize
cursor:
sw-resize
cursor:
s-resize
cursor:
se-resize
Por ejemplo:
tienes una imagen que
se su código es :
<img border=0 src="http://aral.iespana.es/image0222.GIF"
width=505 height=259>
y nosotros le ponemos
esto:
<img border=0
src="http://aral.iespana.es/image0222.GIF" style="cursor:crosshair" width=505
height=259
|