milosevic

msg:4252307 | 11:25 am on Jan 12, 2011 (gmt 0) |
You'll need to tie in some JavaScript to create a delay before it disappears. If you search Google for "drop down menu delay javascript timing", one of the top results should give you some clues.
|
wa9578

msg:4252313 | 11:34 am on Jan 12, 2011 (gmt 0) |
Thanks Milosevic, will keep plundering away till I get it how I want it lol
|
SuzyUK

msg:4255063 | 10:30 am on Jan 19, 2011 (gmt 0) |
if no is javascript required, you could try to make sure the "drops" overlap by a pixel or two, just position the items one or two pixels further up/left than the exact co-ordinates required, to avoid any "breaks" in the users hover contact with the <li>'s. This is quite common in CSS menus if borders are used around li's - the border can cause the :hover to lose 'contact'
|
webprutser

msg:4255471 | 12:04 am on Jan 20, 2011 (gmt 0) |
Agree on the above. I had the same problem with my submenus before, but positioning it at the right place solved the problem.
|
|