How to align a pop up division to center of monitor/screen using javascript?
I tried using screen.width and screen.height to get center. But the division gets aligne
How about just doing with CSS:
Some Content...... .div { margin-left: auto; margin-right: auto; }