I really dislike these dropdown menus that fold out as soon as the mouse moves over them and now I've got them myself. I use this in my header:
<div id="navbar">
<ul id="nav">
<li><?php wp_list_bookmarks('title_li=&categorize=1') ?></li>
</ul>
</div>
This results in a menu headed by link-categories and on mouseover, the links appear in a dropdown. My stylesheet is this.
Is there a way to make the dropdown only drop down on mouseclick rather than on mouseover?