Centering a CSS div layer in your browser window
Some time ago I needed to create a popup window on a web page, and it had be centered in the browser window. “Couldn’t be that hard” was my first thought, although I haven’t programmed anything in JavasScript for years. So using CSS and Javascript, this was actually a pretty easy job to do. The […]