0
Creating a popup for my website HELP!
I want to create an ad that pops in on user interface whenever they enter my website. I want the popup to contain a link on the image or gif that links to my Spotify playlist. How do I make this popup? If you can, can you provide a easy answer? Thanks!
2 Respuestas
+ 4
create an element with position : absolute; to exclude it from main flow and keep it hidden on background with display : none; and show it whenever you want with display : block; (CSS)
0
If you want a popup in JavaScript use alert("");