Old Browser Warning

Size
2,198 Kb
Views
42,504

How do I make an old browser warning?

What is a old browser warning? How do you make a old browser warning? This script and codes were developed by Alexander Nastase on 21 August 2022, Sunday.

Old Browser Warning Previews

Old Browser Warning - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Old Browser Warning</title> <script src="http://s.codepen.io/assets/libs/modernizr.js" type="text/javascript"></script> <link rel="stylesheet" href="css/style.css">
</head>
<body> <section id="warning"> <a href="#" class="closeThis">✕</a> <section class="warningContent"> <span>!</span> <h5 class="wHeading">update your browser</h5> <p>Your browser is <strong>ancient</strong>! <a href="http://browsehappy.com/">Upgrade</a> to a different browser or <a href="http://www.google.com/chromeframe/?redirect=true">Install</a> Google Chrome Frame to experience this site.</p> </section> </section> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Old Browser Warning - Script Codes CSS Codes

#warning { position:fixed; top:0px; bottom:0px; left:0px; right:0px; background:#c14328; font-family:"Arial",sans-serif; } #warning a.closeThis { position:absolute; top:20px; right:20px; display:block; width:20px; height:20px; font-size:30px; line-height:20px; text-align:center; color:#fff; text-decoration:none; text-shadow:-1px -1px #a63922; } #warning .warningContent { position:absolute; top:50%; left:50%; margin:-40px 0px 0px -170px; display:block; width:380px; height:80px; color:#f6e2dd; text-shadow:-1px -1px #a63922; } #warning .warningContent span { font-size:81px; font-weight:bold; line-height:93px; display:block; width:20px; float:left; margin-right:5px; } #warning .warningContent .wHeading { font-size:38px; font-weight:bold; line-height:45px; margin:0px; letter-spacing:-2px; } #warning .warningContent p { font-size:14px; font-weight:regular; line-height:16px; letter-spacing:0px; margin:0px; padding:0px; } #warning .warningContent p a { font-size:14px; font-weight:regular; color:#ff5559; text-decoration:underline; }

Old Browser Warning - Script Codes JS Codes

$(".closeThis").click(function(){ $("#warning").fadeOut('700'); });
Old Browser Warning - Script Codes
Old Browser Warning - Script Codes
Home Page Home
Developer Alexander Nastase
Username anodpixels
Uploaded August 21, 2022
Rating 3
Size 2,198 Kb
Views 42,504
Do you need developer help for Old Browser Warning?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Alexander Nastase (anodpixels) Script Codes
Create amazing SEO content with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!