Using latest menu (5.739) and tooltips (2.2). I'm making a page that will *not* have the menu on it (the site *does* use the menu, but this page is a stand-alone calendar meant for printing only), but I still want the tooltips to be active.
I loaded the source files and the toolips.js file, but tooltips didn't work. So, I added the menu_data.js file and the toolips started working. But the problem is that I don't want the menu visible. So I added the following style to the page:
Code: Select all
<style type="text/css">
.mmenu
{
position:absolute;
display:none;
}
</style>
I can't post an url right now because the company I'm at restricts FTP transfers and I can't upload a sample.
Is this the intended design of the menu/tooltips? Tooltips cannot be used as a stand-alone module or with the menu hidden?
Thanks.
Viken K.