I could not stand the default behavior of drop down menus in Movable Type 4 interface within 10 minutes of first using it. I want drop down menus that drop when I click on them, not when I mouse over them.
So I came up with a simple hack to replace the default behavior of drop down menus by something safer for my sanity.
Step 1 - Change drop down menu behavior
Edit : tmpl/cms/include/header.tmpl
Replace: mt:nav-delayed-open="0" mt:nav-delayed-close="0"
by: mt:nav-delayed-open="-1" mt:nav-delayed-close="300"
for : <div id="blog-nav">
Edit : tmpl/cms/include/header.tmpl
Replace: mt:nav-delayed-open="0" mt:nav-delayed-close="0"
by: mt:nav-delayed-open="-1" mt:nav-delayed-close="300"
for : <div id="blog-nav">
