2011-12-06, 08:18:06
great,
thanks, I noticed the gap already.
would you know of an example site to demonstrate this and so I can have a look in its css how this was formatted?
Thanks again
thanks, I noticed the gap already.
would you know of an example site to demonstrate this and so I can have a look in its css how this was formatted?
Thanks again
mvlcek Wrote:oling Wrote:Hi all
I have a question about the usage of a nested dropdown top menu using this great plugin. This using the function call get_i18n_navigation(return_page_slug(),0,2,I18N_SHOW_MENU);
See also http://nvwa.vz52.nl/cannect/ still under construction
Please try the 4th top menu item 'werkgroepen', then the the bottom dropdown item 'vogelwerkgroep', then a sub item should appear which cannot be reached easily, it disappears too quicly. How do I fix this?
Many thanks,
regards
Frank
It happens because the sub menu only shows on a:hover and there is a gap between the a and the sub menu, because the a is not the whole width of its own sub menu.
Format the a as display:block and make sure that there is no gap between it and the sub menu (you could even make the sub menu overlap the parent sub menu).