Cambiare cursore in un sito web

October 13th, 2011 | Posted by moddolo in css | html
  • Sharebar

Per cambiare il cursore in un sito basta inserire nella tag body (in un foglio di stile CSS, per esempio) il seguente parametro:

cursor: url(percorso/file.cur),auto;

Es. in CSS:

#body {
cursor:  url(percorso),auto;
}

You can follow any responses to this entry through the RSS 2.0 You can leave a response, or trackback.

Leave a Reply

Your email address will not be published. Required fields are marked *

*


*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>