Forum Moderators: not2easy
I thought it was the hover problem that IE seems to have, but when I checked, there is an issue with it in every browser.
(I'm using a Wordpress Theme, in which I'm making changes. I did not create the drop down menu, but would like to make it work)
Then after that you can add a JS/Jquery/mouseover/out function as an enhancement which will help the drops stay active for longer, i.e. they don't rely on the CSS :hover action - this makes it seem smoother. IMHO The JS addition should be considered an enhancement as opposed to a function unless it's not necessary that users need access to the drop downs which might for example be the case if there's other ways to navigate to the child pages.
But I would not rely on JS for the total effect as that could hamper usability.
You could also "fix" the menu so it works with CSS, i.e. overlap the child and parent slightly so that there is no break in the hover function, but decide that doesn't look as pretty as you'd like then have the javascript not only control the delay/drop times but also change the position of the drops back to what is more fitting. JS users will have the best of both worlds but the menu will still function if JS not available