Hello,
I'm currently facing an issue regarding popups. What I am trying to accomplish is to have one CustomPopup box always display the name of an associated marker, and when the marker is hovered over to display a hover-popup box. The problems I'm facing are as follows.
1. I cannot seem to adjust the z-index of the popups, so the CustomPopup is always displayed over the hover-popup when they share the same area.
2. I cannot seem to get the transparency of CusomPopup to work.
3. CustomPopup displays exactly on the point I designate, which is obviously the intended behavior. However, I desire to have a short line or space between the marker icon and the CustomPopup. I tried setting the offset, but this only works when the box appears on a particular side (ie if I set the Xoffset to 10, and the popup appears to the right of the marker, it looks fine. However, if the popup appears to the left, it looks odd.)
Is there any info you might be able to provide me? Thank you in advance!
-Dustin