Mardi 20 Fevrier 2007
Aide Mabulle [2]
Par Jacky, Mardi 20 Fevrier 2007 à 06:37 GMT+2 dans Aide Mabulle
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;
}




