needhelp
Newbie
Posts: 1
Registered: 2/5/2005
Member Is Offline
|
| posted on 2/5/2005 at 05:49 AM |
|
|
accessing the menu with javascript // problems in netscape/mozilla derivatives
I have a menu placed right above an iframe on my webpage. In IE everything works great, but in netscape derivatives when I move the mouse off a
submenu (which has to overlap the iframe) onto the iframe the menu won't disappear until I move the mouse off the iframe back onto the main page.
Does anyone know how to get around this? Is there some way I can access the menu object in the html with javascript or something. This would be
useful for various other reasons, but I was thinking you could call the mouseout function of the menu object manually.
Please help. Thanks.
|
|
|
olga
Administrator
Posts: 84
Registered: 11/22/2004
Member Is Offline
|
| posted on 2/15/2005 at 10:53 PM |
|
|
1) Do you use Tigra menu Gold? What version of the netscape do you use?
2) For getting access to the menu object you can use the constructor:
| Code: |
var var_name = new menu(MENU_ITEMS, MENU_POS); |
|
|
|
Solo2005
Junior Member
Posts: 2
Registered: 2/17/2005
Member Is Offline
|
| posted on 2/17/2005 at 04:07 PM |
|
|
I experience the same problem using Mozilla Firefox (v1.0), the subitems remain visible. I have the standard version of Tigra Menu (v2.0). Is there a
simple solution to this problem?
Thanks!
|
|
|
tigra
Administrator
Posts: 1990
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 2/18/2005 at 11:30 PM |
|
|
Free version of the product is not guaranteed to work across the frame borders. In case of Firefox mouseout event is not generated by the borowser
when mouse pointer is over other document. Not likely access to menu object will help to resolve this issue without inserting the javascript code into
the document loaded into the iframe.
|
|
|
Solo2005
Junior Member
Posts: 2
Registered: 2/17/2005
Member Is Offline
|
| posted on 3/17/2005 at 03:42 PM |
|
|
Sorry for the somewhat late reply (was expecting an "email on reply", but didn't receive one).
tigra: Could you please explain how to "resolve this issue" in a little more details?
Thank you!
|
|
|