Created
June 23, 2016 15:25
-
-
Save aligator28/a066cc4fb0b32e309fdc2822e121b9ea to your computer and use it in GitHub Desktop.
Заглушка для старых версий IE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!--[if lt IE 9]> | |
| <div style='border: 1px solid #F7941D; background: #FEEFDA; text-align: center; clear: both; height: 75px; position: relative;'> | |
| <div style='position: absolute; right: 3px; top: 3px; font-family: courier new; font-weight: bold;'> | |
| <a href='#' onclick='javascript:this.parentNode.parentNode.style.display="none"; return false;'> | |
| <img src='/ie_check/img//ie6nomore-cornerx.jpg' style='border: none;' alt='Close this notice' /> | |
| </a> | |
| </div> | |
| <div style='width: 640px; margin: 0 auto; text-align: left; padding: 0; overflow: hidden; color: black;'> | |
| <div style='width: 75px; float: left;'> | |
| <img src='/ie_check/img//ie6nomore-warning.jpg' alt='Warning!' /> | |
| </div> | |
| <div style='width: 275px; float: left; font-family: Arial, sans-serif;'> | |
| <div style='font-size: 14px; font-weight: bold; margin-top: 12px;'>Вы используете устаревший браузер</div> | |
| <div style='font-size: 12px; margin-top: 6px; line-height: 12px;'>Для полноценной работы, пожалуйста, воспользуйтесь любым современным браузером.</div> | |
| </div> | |
| <div style='width: 75px; float: left;'> | |
| <a href='http://www.firefox.com' target='_blank'><img src='/ie_check/img//ie6nomore-firefox.jpg' style='border: none;' alt='Get Firefox' /></a> | |
| </div> | |
| <div style='width: 75px; float: left;'> | |
| <a href='http://www.browserforthebetter.com/download.html' target='_blank'><img src='/ie_check/img//ie6nomore-ie8.jpg' style='border: none;' alt='Get Internet Explorer' /></a> | |
| </div> | |
| <div style='width: 73px; float: left;'> | |
| <a href='http://www.apple.com/safari/download/' target='_blank'> | |
| <img src='/ie_check/img//ie6nomore-safari.jpg' style='border: none;' alt='Get Safari' /> | |
| </a> | |
| </div> | |
| <div style='float: left;'> | |
| <a href='http://www.google.com/chrome' target='_blank'> | |
| <img src='/ie_check/img//ie6nomore-chrome.jpg' style='border: none;' alt='Get Google Chrome' /> | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| <![endif]--> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment