html, body {padding:4px;}
potreste aiutarmi a mettere questo stile al click di un pulsante, con jquery?
![]()
html, body {padding:4px;}
potreste aiutarmi a mettere questo stile al click di un pulsante, con jquery?
![]()
Pietro
$("html, body").css({margin:0, padding:4});
ho ricordato...![]()
![]()
Pietro