Method one: There is a theme called Jillij designed special for pull-down menu. You can download it at:
http://www.jillij.com/2007/04/21/jillij-theme-v90/
Method two: There is a plugin for pull down menu, here is how:
1. Download the attached .zip file
2. Extract the .zip file
3. Upload the folder called ‘webdezine_menu’ and the file called ‘webdezine_css_menu.php’ into your plugin directory located in /wp-content/plugins
4. Upload the webdezine_sitemap.php page template into your theme file located in /wp-content/themes.
5. Add this code to your header file
<?php
if (function_exists('get_menu'))
get_menu('topmenu');
?>
It will look like this in the default theme
<div id="header">
<div id="headerimg">
<h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
<div class="description"><?php bloginfo('description'); ?></div>
<?php
if (function_exists('get_menu'))
get_menu('topmenu');
?>
</div>
</div>
<hr />
6. Head over to your admin interface and activate the plugin
7. Head over to the webdezine css menu option page and customize to your liking
IMPORTANT! When using the Blogroll menu you must only use top parent categories to store your links. These are special categories you have created that have a category parent ID of ZERO. You may organize your links into those categories. The links will pop out in a list from each “0″ level link category.
For more info, see here:
http://www.tenterhooks.mbmontessori.com/archives/13
Method three: check my wordpress site: http://faqing.awardspace.com
I use wordpress to manage web contents. Wordpress can be used for CMS if you use proper theme.
"Plugin could not be
"Plugin could not be activated because it triggered a fatal error." how can get it fixed?
Thanks for useful plugin.
Thanks for useful plugin. I`ve already install it in my blog...
error messages when using WP 2.3.1
Unfortunately, I have not been able to get this Plugin up and running on my site.
I have a pretty Pure-CSS dropdown menu, but it won't work with IE6.
So I tried the webdezine version. No luck, must look furtzer :(
Drop Down menu
Can you give me a more detailed instruction on how to have a drop down menu for wordpress 2.3.1? I am using Zeke 2-column theme. Webdezine_css_menu seems too complicated. Thanks in advance for your help.
Suckerfish Plugin
Hi,
It seems we have both created a plugin to do the same task! I was sent a link to your page this afternoon via email from someone who was interested to know if my plugin could generate CSSPlay style dropdowns like yours can. The answer is no, as my plugin uses the Suckerfish approach to create the dropdown menu instead.
Suckerfish Dropdown WordPress Plugin Version 1.0.5 Stable
Suckerfish Dropdown WordPress Plugin Version 1.1 Beta
I've included a link to your plugin in my "other options" section along with the JQuery Dropdown Plugin. I've left a comment with a recommendation that your plugin may be more suitable for those who are wanting a dropdown menu which works in older versions of IE with Javascript off as my own plugin requires Javascript to be on for the dropdowns to work in very old browsers.
I plan to keep using the suckerfish approach as it creates a lot less markup and I find it less complicated than the CSSPlay type approach.
Good luck with developing your plugin :) If you make any modifications, feel free to leave a comment on my blog as some of my visitors may be interested (and me).