PDA

View Full Version : How to call function for hide reputation popup


BobbyBig
08-29-2010, 12:14 AM
Hello!

i can not find out the function which need to be called in order to make the reputation popup to disappear after it has been activated. Generally it disappears when clicking on the background - but with a design change by us there is a black opacity full div background which seems to overlay the function call to hide the reputation popup.

So is there a way to call that function manually on the new created div background?

our css is:
position: fixed;
top: 0;
left: 0;
background:#000;
width: 100%;
height: 100%;
z-index: 999;
opacity: 0.5;

we added the div on template reputation_ajax on bottom, in order to make it appear/disappear with the popup.

any help / ideas ?