I have used cluster and markers both. Cluster for workplaces and marker for users. Here User's marker should appear on top of cluster but i want on top cluster image and below user's marker. I have also try change in css like below-
.cluster-3
{
background: url(images/m3.png) no-repeat;
line-height: 66px;
width: 70px;
height: 56px;
z-index:5000 !important;
position:relative;
}
But no effect on map.
Please suggest any good solution...