JavaScript.CoolDev.Com Support Forums

Any questions related to JavaScript menu and JavaScript tree menu by Javascript.CoolDev.Com

 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

multiple menus with overlap problem

 
Post new topic   This topic is locked: you cannot edit posts or make replies.    JavaScript.CoolDev.Com Forum Index -> COOLjsMenu
Author Message
bogie



Joined: 25 Nov 2007
Posts: 3
Location: TX

PostPosted: Sun Nov 25, 2007 9:19 pm    Post subject: multiple menus with overlap problem Reply with quote

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

PostPosted: Sun Nov 25, 2007 9:20 pm    Post subject: Reply with quote

sorry...here is active URL

http://www.misstexas.org/2008/index5.html
Back to top
AlexKunin
Developer


Joined: 03 Jan 2003
Posts: 1191

PostPosted: Mon Nov 26, 2007 3:37 pm    Post subject: Reply with quote

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

PostPosted: Tue Nov 27, 2007 1:55 am    Post subject: Reply with quote

THANKS!!! Easy fix.
Back to top
Display posts from previous:   
Post new topic   This topic is locked: you cannot edit posts or make replies.    JavaScript.CoolDev.Com Forum Index -> COOLjsMenu All times are GMT
Page 1 of 1