Large close button not showing
Re:. IE10+Exit Intent Pop Up Script (with mobile fallback)
Where do I add the class to get the large close button?
Code:
div.closeexitpop{ /* Large x close button */
width: 70px;
height: 70px;
overflow: hidden;
display: none;
position: fixed;
cursor: pointer;
text-indent: -1000px;
z-index: 3;
top: 10px;
right: 10px;
}
Current HTML code.
Code:
<div id="ddexitpop1" class="ddexitpop">
<p align="center">
<a class="calltoaction" href="#">DONATE HERE</a>
<a href="#" onClick="ddexitpop.hidepopup()">[Close Window]</a>
</p>
</div>
I've tried adding another division within existing division and just adding class on to exiting division but the closer button still does not show...