What can be done to make it work on a touch device like an iPad.
// Thom
>>Uli Becker wrote:
>>
>>I create a little project to realize a menu that is hidden when no item
>>is clicked and the mouse leaves the menu. Not much code needed.
>>
>>http://www.beckersoft-online.de/demos/menutest.html
>>
>>Uli
> What can be done to make it work on a touch device like an iPad.
Actually this kind of animated menus is designed for desktop
applications - to make it work on a touch device you would have to
replace the OnMouseEnter and OnMouseLeave event handlers by OnClick
event handlers.