<?xml version="1.0" encoding="iso-8859-1" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Foro Vida Una : Cambiar el cursor del Mouse</title>
  <link>https://www.vidauna.com/</link>
  <description><![CDATA[This is an XML content feed of; Foro Vida Una : C&#243;digos html y Dhtml : Cambiar el cursor del Mouse]]></description>
  <pubDate>Fri, 10 Apr 2026 06:25:13 +0000</pubDate>
  <lastBuildDate>Sun, 28 Jun 2009 14:27:54 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.07</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://www.vidauna.com/RSS_post_feed.asp?TID=330</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Foro Vida Una]]></title>
   <url>https://www.vidauna.com/images/vidauna_logo.gif</url>
   <link>https://www.vidauna.com/</link>
  </image>
  <item>
   <title><![CDATA[Cambiar el cursor del Mouse :      Cambiar el cursor del...]]></title>
   <link>https://www.vidauna.com/cambiar-el-cursor-del-mouse_topic330_post1185.html#1185</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.vidauna.com/member_profile.asp?PF=110">Programador</a><br /><strong>Subject:</strong> 330<br /><strong>Posted:</strong> 28&nbsp;Junio&nbsp;2009 at 2:27pm<br /><br /><DIV align=center><CENTER><TABLE cellSpacing=0 cellPadding=0 width=600 =#ffffff><T><TR><TD width="100%"><FONT color=#004080 size=5 face=Arial><B>Cambiar el cursor del Mouse</B></FONT> <TABLE width="100%"><T><TR><TD width="100%"><FONT color=#800000 face=Verdana><EM><FONT size=1><strong>Autor:</strong> Fabian Muller (</FONT><a href="http://www.webexperto.com/" target="_blank"><U><FONT size=1>http://www.webexperto.com</FONT></U></A><FONT size=1>) - 28/01/2004</FONT></EM></FONT></TD></TR></T></TABLE><P =art-copete>Las hojas de estilo poseen una propiedad que permite cambiar la imagen del puntero del mouse.</P><P =art-subtitulo>Listas de cursores</P><P =art-texto>Cursores disponibles por defecto:</P><TABLE border=0 cellPadding=5 width=300 align=center><T><TR><TD =art-copete =#f8f8f8>Nombre</TD><TD =art-copete =#f8f8f8><DIV align=center>Muestra</DIV></TD></TR><TR><TD =art-texto>default</TD><TD =#f8f8f8><DIV align=center><SMALL><img src="http://www.webexperto.com/articulos/archivos/184/cursos_default.gif" border="0" /></SMALL></DIV></TD></TR><TR><TD =art-texto>crosshair</TD><TD =#f8f8f8><DIV align=center><SMALL><img src="http://www.webexperto.com/articulos/archivos/184/cursor_crosshair.gif" border="0" /></SMALL></DIV></TD></TR><TR><TD =art-texto>pointer</TD><TD =#f8f8f8><DIV align=center><SMALL><img src="http://www.webexperto.com/articulos/archivos/184/cursor_pointer.gif" border="0" /></SMALL></DIV></TD></TR><TR><TD =art-texto>move</TD><TD =#f8f8f8><DIV align=center><SMALL><img src="http://www.webexperto.com/articulos/archivos/184/cursos_move.gif" border="0" /></SMALL></DIV></TD></TR><TR><TD =art-texto>nw-resize</TD><TD =#f8f8f8><DIV align=center><SMALL><img src="http://www.webexperto.com/articulos/archivos/184/cursos_se-resize.gif" border="0" /></SMALL></DIV></TD></TR><TR><TD =art-texto>ne-resize</TD><TD =#f8f8f8><DIV align=center><SMALL><img src="http://www.webexperto.com/articulos/archivos/184/cursos_sw-resize.gif" border="0" /></SMALL></DIV></TD></TR><TR><TD =art-texto>n-resize</TD><TD =#f8f8f8><DIV align=center><SMALL><img src="http://www.webexperto.com/articulos/archivos/184/cursos_s-resize.gif" border="0" /></SMALL></DIV></TD></TR><TR><TD =art-texto>e-resize</TD><TD =#f8f8f8><DIV align=center><SMALL><img src="http://www.webexperto.com/articulos/archivos/184/cursos_w-resize.gif" border="0" /></SMALL></DIV></TD></TR><TR><TD =art-texto>help</TD><TD =#f8f8f8><DIV align=center><SMALL><img src="http://www.webexperto.com/articulos/archivos/184/cursos_help.gif" border="0" /></SMALL></DIV></TD></TR><TR><TD =art-texto>text</TD><TD =#f8f8f8><DIV align=center><SMALL><img src="http://www.webexperto.com/articulos/archivos/184/cursos_text.gif" border="0" /></SMALL></DIV></TD></TR><TR><TD =art-texto>wait</TD><TD =#f8f8f8><DIV align=center><SMALL><img src="http://www.webexperto.com/articulos/archivos/184/cursos_wait.gif" border="0" /></SMALL></DIV></TD></TR></T></TABLE><P =art-subtitulo>Definiendo el cursor</P><P =art-texto>Al igual que todas las propiedades del lenguaje CSS, es p definir el objeto aplicándolo a todo el documento o solo a una parte del mismo.</P><P =art-subtitulo>A todo el documento</P><P =art-codigo>&lt;html&gt;<BR>&lt;title&gt;Cambiar el cursor&lt;/title&gt;<BR>&lt;head&gt;<BR>&lt;style type="text/css"&gt;<BR>&lt;!--<BR>body {cursor: pointer}<BR>--&gt;<BR>&lt;/style&gt;<BR>&lt;/head&gt;<BR>&lt;body&gt;<BR>&lt;/body&gt;<BR>&lt;/html&gt;</P><P =art-subtitulo>A algunos sectores del documento</P><P =art-codigo>&lt;html&gt;<BR>&lt;title&gt;Cambiar el cursor&lt;/title&gt;<BR>&lt;head&gt;<BR>&lt;/head&gt;<BR>&lt;body&gt;<BR>&lt;p style="cursor: default"&gt;Cursor default&lt;/p&gt;<BR>&lt;p style="cursor: crosshair"&gt;Cursor crosshair&lt;/p&gt;<BR>&lt;p style="cursor: pointer"&gt;Cursor pointer&lt;/p&gt;<BR>&lt;p style="cursor: move"&gt;Cursor move&lt;/p&gt;<BR>&lt;p style="cursor: nw-resize"&gt;Cursor nw-resize&lt;/p&gt;<BR>&lt;p style="cursor: ne-resize"&gt;Cursor ne-resize&lt;/p&gt;<BR>&lt;p style="cursor: n-resize"&gt;Cursor move&lt;/p&gt;<BR>&lt;p style="cursor: e-resize"&gt;Cursor move&lt;/p&gt;<BR>&lt;p style="cursor: help"&gt;Cursor move&lt;/p&gt;<BR>&lt;p style="cursor: text"&gt;Cursor move&lt;/p&gt;<BR>&lt;p style="cursor: wait"&gt;Cursor wait&lt;/p&gt;<BR>&lt;/body&gt;<BR>&lt;/html&gt;</P><P =art-subtitulo>Personalizar cursor</P><P =art-texto>También es p utilizar un cursor personalizado:</P><P =art-codigo>&lt;html&gt;<BR>&lt;title&gt;Cambiar el cursor&lt;/title&gt;<BR>&lt;head&gt;<BR>&lt;style type="text/css"&gt;<BR>&lt;!--<BR>body {cursor : url("ruta/harrow.cur")}<BR>--&gt;<BR>&lt;/style&gt;<BR>&lt;/head&gt;<BR>&lt;body&gt;<BR>&lt;/body&gt;<BR>&lt;/html&gt;</P></TD></TR></T></TABLE></CENTER></DIV><TABLE border=0 cellSpacing=0 cellPadding=0 width=600 =#ffffff align=center><T><TR><TD height=20>&nbsp;</TD></TR><TR><TD height=20>&nbsp;</TD></TR></T></TABLE>]]>
   </description>
   <pubDate>Sun, 28 Jun 2009 14:27:54 +0000</pubDate>
   <guid isPermaLink="true">https://www.vidauna.com/cambiar-el-cursor-del-mouse_topic330_post1185.html#1185</guid>
  </item> 
 </channel>
</rss>