Forum Moderators: open

Message Too Old, No Replies

Submenu onclick

Touch screen application; SubMenu goes on touching

         

yogesh gothe

5:04 am on Apr 8, 2009 (gmt 0)

10+ Year Member



Dear All,
I am new to javascript. I am using a Touch Screen LCD to work on an HTML document. The main menus have sub menus. I have changed the manin menus from onmouseover to onmouse click event . it works. The menu drops down. The sub menus also have sub menus.But when I click/touch the submenus it doesnt show its submenus and vanishes.
For example in Windows we have File,Edit,View etc. View menu has submenu Toolbar...When i touch Toolbar the submenu doesnt come up and goes off. I have to use a mouse instead.
No use of touch screen ,. Please help

Fotiman

1:17 pm on Apr 8, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Not having access to a touch screen, I can only guess. My guess would be that clicking on the submenu triggers a mouseout event for the previously clicked menu, and that you have an onmouseout event handler that hides the menu.