antho07,
il y a 12 ans
Bonsoir,
En cherchant un peu sur google, ceci semble fonctionner:
$(function(){
$("#header-exp-cercle-central").mouseover(function(){
$('#header-exp-cercle-central').animate({
borderLeftWidth: "8px",
borderTopWidth: "8px",
borderRightWidth: "8px",
borderBottomWidth: "8px"
}, 200);
});
});
cordialement
Antho