Posts: 550
Name: Abel Mohler
Location: Asheville, North Carolina USA
|
That is known as a modal pop up. Javascript is being used to to reveal a previously hidden div element and superimpose it onto the screen. Notice the darkening behind it, which probably comes from a fixed position div. The basic script is actually very simple, but more and more it is done with Javascript libraries such as Jquery.
|