I use great calendar from http://www.triconsole.com/php/calendar_datepicker.php
One thing thats bothering me is when I have two calendars, one above another, and I activate (unfold) the top one with unfolding set to bottom. It should overlap the bottom one calendar, instead the bottom one (yet folded) actually overlaps the unfold one.
I understand this is hard to understand, so here is the picture.
https://i.stack.imgur.com/NDgWN.png
How do you solve this behavior?
The problem is likely to be in wrongly defined z-index CSS property. The “trigger” button should have lower z-index value than the calendar itself.
This is probably the calendar internal stylesheet’s error.