Skip to content
Youths Forum Youths Forum Youths Forum

Tech Blogs & Programming Tutorials

Youths Forum Youths Forum Youths Forum

Tech Blogs & Programming Tutorials

  • Blog
  • News
  • Programming
    • PHP
    • JavaScript
    • JQuery
    • CSS
    • HTML
    • API
  • Stock Market Live
  • Automobiles
    • Cars
  • Gadgets
    • Phones
    • Android Phones

Categories

  • Artificial Intelligence (1)
  • Automobiles (12)
    • Cars (7)
  • Blog (104)
    • Poems (2)
    • Space (2)
  • Command (2)
  • Education (2)
  • Entertainment (4)
  • Gadgets (9)
    • Phones (8)
      • Android Phones (4)
  • HTML Templates (11)
  • IT Training Institutes (1)
  • Lifestyle (4)
  • News (54)
  • Others (23)
  • Programming (296)
    • API (16)
    • CSS (83)
    • Database (4)
    • Hosting (1)
    • HTML (37)
    • JavaScript (117)
      • JQuery (27)
      • ReactJS (7)
    • PHP (116)
  • Python (3)
  • recipes (1)
  • SEE Result (1)
  • Server (3)
  • Blog
  • News
  • Programming
    • PHP
    • JavaScript
    • JQuery
    • CSS
    • HTML
    • API
  • Stock Market Live
  • Automobiles
    • Cars
  • Gadgets
    • Phones
    • Android Phones
Close

Search

CSSJavaScript

Design Full Page Overlay Advertisement using HTML, CSS and JavaScript

By Admin
June 2, 2020 1 Min Read
0

Most of the websites nowadays are attracted to full page overlay ads for promoting third party as well as their own content in the websites.

In this article,  we have a code snippet which you can include in any webpage where you want to display the overlay advertisement.

Source Code :

Include the following code in the <body> of the webpage where the advertisement is to be shown :

<style>
  #overlay-ad .image{
    position:relative;
  }
#overlay-ad {
    position: fixed;
    text-align: center;
    top: 0;
  right:0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    min-height: 500px;
}
  #overlay-ad .wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100vh;
}
  #overlay-ad:before {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
}
  #overlay-ad .icon-close {
    color: #fff;
    cursor: pointer;
    float: right;
    height: 28px;
    width: 28px;
    border: 1px solid #fff;
    position: absolute;
    top: -8px;
    right: -10px;
    border-radius: 50%;
    line-height: 1.8;
    background: #ff0000;
    font-weight: bold;
    font-size: 0.9em;
}
.icon-close span{
    position: absolute;
    font-size: 0.8em;
    left: 6px;
}
</style>

<div id="overlay-ad" onclick="hideOverlay();">
   <div class="wrap">
      <div class="image">
         <span style="font-family: Arial; font-size:12px;display:block;text-align:left;color:#ccc">Advertisement</span>
         <div class="bg-lightgray  text-center ">
            <a target="_blank" href="http://letzcricket.com">
                <img src="https://storage.googleapis.com/ehimages/2017/10/8/img_c3a65a3c21a122ea6606d209f08f5f9f_1507459528403_original.png" class="img-responsive">
            </a>
         </div>
         <i class="icon-close" onclick="hideOverlay();"><span>X</span></i>
      </div>
   </div>
</div>


<script>
  function hideOverlay(){
        document.getElementById('overlay-ad').style.display = 'none';
    }
  
</script>

Follow this video for complete guidance :

Tags:

advertisementCSSjavascript
Author

Admin

Follow Me
Other Articles
Previous

Remove index.php from Codeigniter using htaccess

Next

Detect whether Internet speed is Fast or Slow using JavaScript

No Comment! Be the first one.

Leave a Reply

Your email address will not be published. Required fields are marked *

FIFA World Cup 2026 Predict and Win by SportsGuff

Recent Posts

  • ChatGPT vs Gemini vs Claude AI: 7 Crucial Differences Revealed
  • CAN Federation Partners with FEJA to Host Exclusive ‘AI in Journalism’ Workshop
  • Shramik Shanti Campus Hosts Workshop on AI in Cybersecurity and Sovereign AI
  • AI in Journalism: 7 Essential Shifts for Modern Newsrooms
  • Nepalese Young Coder Enters Global ‘Young Scientist Program’

Tags

adsense ai animate animation animation using HTML and CSS API blog calculator chatgpt Cryptocurrency CSS css animation design Email Facebook featured filemanager file manager free template google htaccess HTML image Instagram interview javascript JQuery jquery ui NADA AutoShow NADA Auto Show 2024 password PHP Progressive Web App PWA QR random react reactjs Rotate travel Twitter vpn youthforum youthsforum youtube

About Us

At Youths Forum, we are passionate about sharing knowledge that empowers students, educators, professionals, and technology enthusiasts.

Our Mission

Our mission is simple: to make technology and education accessible, understandable, and beneficial for everyone. We strive to create content that helps our readers learn new skills and stay updated with industry developments.

RSS RSS

  • ChatGPT vs Gemini vs Claude AI: 7 Crucial Differences Revealed Admin
  • CAN Federation Partners with FEJA to Host Exclusive ‘AI in Journalism’ Workshop Admin
  • Shramik Shanti Campus Hosts Workshop on AI in Cybersecurity and Sovereign AI Admin

Quick Links

  • Stock Market Live
  • Parliament Election 2082
Copyright 2026 — Youths Forum. All rights reserved. Blogsy WordPress Theme