I'm trying to use a dropdown select box to trigger a hidden div showing so that it still looks like the dropdown is, well, dropping down. I can get the div to show, that was pretty easy. What I can't seem to get to work is having the dropdown not drop. It still comes up in front of the now showing div.
I thought a return false; might work, but it didn't wind up being that easy. Any suggestions?