My scheduler advanced form opens at the top of the page. I have a menu and part of the top portion of advanced form hides behind the menu making only the other part visible. How can I make the advanced form to show in the middle of the window? I tried
AdvancedForm-ZIndex="50000"
and it still does the same.
Also, I have another custom advanced form. That's behaving the same way as well. I tried Z-index on Div. No positive results.
<div style="border-style: double; border-width: thin; padding: 0% 2.5% 0% 2.5%; border-color: #000000; z-index: 25000">
Thanks.
and it still does the same.Also, I have another custom advanced form. That's behaving the same way as well. I tried Z-index on Div. No positive results. Thanks.