Ajax Event Calendar Support Product Page
  Solved 
 using css pop up menu on a page with a calendar but the menu disappears
 Reported  28 Sep 2012  15:31:13 
  1 
     has   this problem  
  28 Sep 2012  15:31:13 Martin Evans posted: 
 on the following page the pop up menu disappears behind the calendar www.peterheadport.co.uk/shiplift_calendar.aspReplies
 Replied 01 Oct 2012  07:27:04 
   01 Oct 2012  07:27:04 Teodor Kuduschiev replied: 
  Hello,
It seems the menu system you are using does not have any z-index applied.
Please add:
to
 
  It seems the menu system you are using does not have any z-index applied.
Please add:
z-index:99;
to
#p7menubar li ul {..
} Replied 01 Oct 2012  13:53:06 
   01 Oct 2012  13:53:06 Martin Evans replied: 
  Yes that fixed it thanks 
  