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.
