<!DOCTYPE html> <html> <style> #Kefclose,#Kefopen{position:absolute;left:-32px;top: 35%;display:block;width:32px;height: 100px;border-radius:15px 0 0 15px} #Kefclose{background:url(../images/cclose.png) no-repeat center center #eee;background-size:20px;} #Kefopen{background:url(../images/oopen.png) no-repeat center center #eee;background-size:20px;} #Kefopen{display:none;} </style> <body> <div id=> <a href=id=></a> <a href=id=></a> </div> <script> $(dunction(){ $().click(function () { $().animate({ marginRight: }, ,function(){ $().hide(); $().show(); }); }); $().click(function () { $().animate({ marginRight:, display: }, , function () { $().hide(); $().show(); }); }); }); </script> </body> </html>