thanks, for navigation menus i definitely follow a similar approach, but this was a specific case. i found a good description of the problem i was running into and a solution here:
http://www.quirksmode.org/js/events_mouse.html#link8

javan

On Apr 14, 2007, at 3:56 PM, Chris Abad wrote:

Not exactly clear on what you're trying to do, but for dropdowns w/ CSS & Javascript, I typically use something similar to Son of Suckerfish:
http://www.htmldog.com/articles/suckerfish/dropdowns/

I'll typically add a timed delay to the actions so its not so jumpy.

I also came across a similar version built around Prototype which I'm using in a current project: http://www.shifteleven.com/articles/2006/12/14/mimicking-the-hover- pseudo-class-in-ie

On Apr 14, 2007, at 3:45 PM, Javan Makhmali wrote:

I'm using prototype's Event.observe to watch for 'mouseover' and 'mouseout' on a div to create a drop-down menu of sorts. I've run into a problem that I'm not sure how to solve. When I mouseover an element inside of that div (like a checkbox), the mouseout event happens. Does anyone know of a good solution to this?

Thanks,
Javan_______________________________________________
Sdruby mailing list
[EMAIL PROTECTED]
http://lists.sdruby.com/mailman/listinfo/sdruby

_______________________________________________
Sdruby mailing list
[EMAIL PROTECTED]
http://lists.sdruby.com/mailman/listinfo/sdruby

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Sdruby mailing list
[EMAIL PROTECTED]
http://lists.sdruby.com/mailman/listinfo/sdruby

Reply via email to