right side toggle by js, toggle from ride side by js, toggle js for website, form toggle from right side js, js for form toggle from right side
<!DOCTYPE html> <html lang="en-US"> <head itemscope="" itemtype="https://schema.org/WebSite"> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <style> .floating-form { max-width: 280px; padding: 20px 20px 10px; font-size: 13px; font-family: "Open Sans", sans-serif; background: #F9F9F9; border: 1px solid #ddd; right: -320px; position: fixed; box-shadow: -2px -0 8px rgba(43, 33, 33, 0.06); -moz-box-shadow: -2px -0 8px rgba(43, 33, 33, 0.06); -webkit-box-shadow: -2px -0 8px rgba(43, 33, 33, 0.06); z-index: 9999 } .contact-opener { position: absolute; left: -80px; top: 100px; padding: 9px; color: #fff; cursor: pointer; } .floating-form.open { right:0px; } .floating-form-heading { font-weight: 700; font-style: italic; border-bottom: 2px solid #ddd; margin-bottom: 10px; font-size: 15px;