CoupdePouce

Aide Mabulle [2]

 

Curseur sous Firefox :

Sur ma feuille de style, CURSOR était inscrit sur cette ligne:

h2{font-size:1.2em;margin:1em 0;}
h3{font-size:1em;margin:0.8em 0;}
h4{font-size:1em;font-weight:normal}
a[hreflang]:after{
content:"\0000a0[" attr(hreflang) "]";
color:#999;
background:transparent;
}
a img{border:none;}
abbr,acronym{
border:none;
cursor :help;
}

/* Style du blog
-------------------------------------------------------- */
html,body{
margin:0;
padding:0;
}
body{
text-align:center;
font-size:0.8em;
cursor:url("http://www.boomspeed.com/sfhelpers/cursors/07.cur"), default;
}Mettez le code sur cette ligne.

Pour modifier le curseur lors du survol des liens il faut ajouter ceci après cette ligne:

body{
text-align:center;
font-size:0.8em;
cursor:url("http://www.boomspeed.com/sfhelpers/cursors/07.cur"),default;
}
a:hover{cursor:url("http://www.boomspeed.com/sfhelpers/cursors/
10.cur"),default;

}

9 commentaires - aucun rétrolien

Page précédente | 1 2 3 4 5 6 7 8 9 10 | Page suivante