How to make this into a sliding left/right div
问题 Provided below is a snippet from my html and css code, how and what would I need to add in not only html and css, but javascript as well to make this work as a slide in/out in the direction of (right to open) and (left to close) div? <div id="left"> <a href="#">Edit Profile</a> <a href="#">Settings</a> <a href="?logoff">Sign Out</a> </div> #left { width: 338px; border-left: 1px solid #333; float: left; } #left a { width: 145px; height: 22px; padding: 5px 12px; margin: 0; border-bottom: 1px