| Author |
Message |
bogie
Joined: 25 Nov 2007 Posts: 3 Location: TX
|
Posted: Sun Nov 25, 2007 9:19 pm Post subject: multiple menus with overlap problem |
|
|
I know you have addressed this issue a couple of times for Pro version, but I cannot find a working solution for standard version. The hint on the site does not work as one of your posts says, but the post was referring to fixes for Pro version, and it did not give a correction for standard version.
I have 2 menus close to eachother. The drop downs from first menu are covered by the second menu. can this be corrected? Have I done something wrong? I tried the div method, but did not work.
See page here: C:\websites\MissTexas2008\index5.html
Thanks in advance for quick reply. |
|
| Back to top |
|
 |
bogie
Joined: 25 Nov 2007 Posts: 3 Location: TX
|
|
| Back to top |
|
 |
AlexKunin Developer
Joined: 03 Jan 2003 Posts: 1191
|
Posted: Mon Nov 26, 2007 3:37 pm Post subject: |
|
|
Reverse the order of COOLjsMenu calls:
| Code: | <script type="text/javascript">
var myMenu = new COOLjsMenu("menu2", MENU_ITEMS_MULTIPLE2);
var myMenu = new COOLjsMenu("menu1", MENU_ITEMS_MULTIPLE1);
</script> |
|
|
| Back to top |
|
 |
bogie
Joined: 25 Nov 2007 Posts: 3 Location: TX
|
Posted: Tue Nov 27, 2007 1:55 am Post subject: |
|
|
| THANKS!!! Easy fix. |
|
| Back to top |
|
 |
|