I'm using the twentyten-theme and the dropdown menu that's within.
But I want to put a deley on it so that the menu doesn't disapear directly.
Is this possible and if it is, how to do that?
( sorry about my bad english)
I'm using the twentyten-theme and the dropdown menu that's within.
But I want to put a deley on it so that the menu doesn't disapear directly.
Is this possible and if it is, how to do that?
( sorry about my bad english)
What you need is hoverintent; a jquery javascript
http://wordpress.org/support/topic/applying-javascript-effect-to-a-menu-how
http://www.brighthub.com/internet/web-development/articles/58831.aspx
sorry, I can't realy figure it out how to apply it to my sitepretty new with javascript and that stuff...
here's my menu from the header.
'<div id="access" role="navigation">
<?php /* Allow screen readers / text browsers to skip the navigation menu and get right to the good stuff */ ?>
<div class="skip-link screen-reader-text">"><?php _e( 'Skip to content', 'twentyten' ); ?></div>
<?php /* Our navigation menu. If one isn't filled out, wp_nav_menu falls back to wp_page_menu. The menu assiged to the primary position is the one used. If none is assigned, the menu with the lowest ID is used. */ ?>
<?php wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary' ) ); ?>
</div><!-- #access -->
'
This topic has been closed to new replies.