Duyuru kodu:
"Kapan" butonu ekleme |
5 Mesajlar | 1.307 Okunma |
//CLOSING POPUP
//Click the x event!
$("#popupClose").click(function(){
disablePopup();
});
//Click out event!
$("#backgroundPopup").click(function(){
disablePopup();
});
//Press Escape event!
$(document).keypress(function(e){
if(e.keyCode==27 && popupStatus==1){
disablePopup();
}
});
});
#popup{
display:block;
position:relative;
width:540px;
background-color: rgb(16, 16, 16);
background-color: rgba(16, 16, 16, 0.8);
z-index:2000;
padding:3px 16px 3px 2px;
margin-top:155px;
margin-left:0px;
overflow:hidden;
}
#popup:hover{
background-color: rgb(231, 55, 33);
background-color: rgba(231, 55, 33, 0.8);
}
#popupClose{
font-size:14px;
line-height:14px;
right:8px;
top:4px;
position:absolute;
color:#fff;
display:block;
cursor:pointer;
}
x
Lorem ipsul Sed metus ante, bibendum utimus tempor vela, cursus sit amet nulla. Aenean netum solio velit, pellentesque quis nibh diams, mattis nibh seqi porro quisquam est qui dolorem ipsum tell qui dolor sit amet, consectetur, adipisci velit.
//CLOSING POPUP
//Click the x event!
$("#popupClose").click(function(){
disablePopup();
});
//Click out event!
$("#backgroundPopup").click(function(){
disablePopup();
});
//Press Escape event!
$(document).keypress(function(e){
if(e.keyCode==27 && popupStatus==1){
disablePopup();
}
});
});
#popup{
display:block;
position:relative;
width:540px;
background-color: rgb(16, 16, 16);
background-color: rgba(16, 16, 16, 0.8);
z-index:2000;
padding:3px 16px 3px 2px;
margin-top:155px;
margin-left:0px;
overflow:hidden;
}
#popup:hover{
background-color: rgb(231, 55, 33);
background-color: rgba(231, 55, 33, 0.8);
}
#popupClose{
font-size:14px;
line-height:14px;
right:8px;
top:4px;
position:absolute;
color:#fff;
display:block;
cursor:pointer;
}
x
Lorem ipsul Sed metus ante, bibendum utimus tempor vela, cursus sit amet nulla. Aenean netum solio velit, pellentesque quis nibh diams, mattis nibh seqi porro quisquam est qui dolorem ipsum tell qui dolor sit amet, consectetur, adipisci velit.