nathaniellord / slidemenu

A jquery menu plugin for side menus that have fun slide interactions
MIT License
19 stars 12 forks source link

reset width slidemenu on inactive state #1

Closed skiweather closed 9 years ago

skiweather commented 9 years ago

Once you activate the menu jquery adds css to .slide-menu: width: 299px; height: 501px; top: 0px; If the menu us deactivated this css still exists and interferes with other markup.

with kind regard Mark

nathaniellord commented 9 years ago

Thanks for the feedback. I'll take care of it right away.

nathaniellord commented 9 years ago

I've removed all inline styles from elements when the menu is destroyed. Marking closed.