Skip to content

Displays a warning bar at the top of the page, when visited with OldIE

License

Notifications You must be signed in to change notification settings

gaomd/oldie-warning-bar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OldIE Warning Bar

Displays a warning bar at the top of the page, when visited with IE 6/7 (or adjust conditional statement as you need).

Usage

  1. Introduce oldie-warning-bar.css (or merge into your existing CSS),
  2. Paste the content of oldie-warning-bar.html to your HTML template, immediately after the <body> element.
<DOCTYPE html>
<html>
<head>
    ...
</head>
<body>
    <!-- paste the content of oldie-warning-bar.html HERE -->

    <div class="container"><!-- your existing site content -->
        ......
        ...
    </div>
</body>
</html>

Screenshot

Mockup Screenshot

Please note that this screenshot is a mockup made on modern browser, real world results MUST be worse.

License

WTFPL.

About

Displays a warning bar at the top of the page, when visited with OldIE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published