Using a text only editor like NotePad, in your http://www.raludra.ro/nyroModal/styles/nyroModal.css file, add the two highlighted z-index values as shown (scroll the code block to see the second one):
Code:
.nyroModalBg {
position: fixed;
overflow: hidden;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: #000;
opacity: 0.7;
z-index: 100;
}
.nmReposition {
position: absolute;
}
.nyroModalCloseButton {
top: -13px;
right: -13px;
width: 12px;
height: 12px;
text-indent: -9999em;
background: url(../img/close.gif);
}
.nyroModalTitle {
top: -26px;
left: 0;
margin: 0;
font-size: 1.1em;
color: #ddd;
}
.nyroModalCont {
position: absolute;
border: 4px solid #777;
margin: 25px;
background: #fff;
z-index: 101;
}
The browser cache may need to be cleared and/or the page refreshed to see changes.
Bookmarks