Hi,
I'm using some javascript code to detect whether the user is on an iPad.
In that case, I'd like to offer a second set of pages that ignores the mouseover events,
in order for the user to be able to access pages without a double finger click on each
navbars.

Each time I try to do such a thing, I lose the entire navbars.
How can I use navbars without mouseover effects? I'd like to use built-in navbars that
I already use for normal pages, without building them from scratch.
Any way to just copy them and disable the mouseover effects?

Thanks for any help.