I am designing a simple webpage. I want to display a popup window in the same page just like the image attached below.
Here is on example. here the popup will show some checkboxes. you can add whatever you need (form,images,text) inside the div tag.
checkboxes
form
images
text
div
The Html code is shown below
Html
Item 1 Item 2 Item 3 Item 4 Item 5 Item 6
The CSS code shown below
CSS
The javascript is shown below
javascript