Template:Team:USTC-Software/header-n3
From 2012.igem.org
(Difference between revisions)
(2 intermediate revisions not shown) | |||
Line 6: | Line 6: | ||
<link rel="stylesheet" href="https://2012.igem.org/Team:USTC-Software/css/header_style?action=raw&ctype=text/css" type="text/css" media="screen" title="no title" charset="utf-8"> | <link rel="stylesheet" href="https://2012.igem.org/Team:USTC-Software/css/header_style?action=raw&ctype=text/css" type="text/css" media="screen" title="no title" charset="utf-8"> | ||
+ | <script> | ||
+ | document.execCommand(”BackgroundImageCache”, false, true); | ||
+ | (function(){ | ||
+ | /**//*Use Object Detection to detect IE6*/ | ||
+ | var m = document.uniqueID /**//*IE*/ | ||
+ | && document.compatMode /**//*>=IE6*/ | ||
+ | && !window.XMLHttpRequest /**//*<=IE6*/ | ||
+ | && document.execCommand; | ||
+ | |||
+ | try{ | ||
+ | if(!!m){ | ||
+ | m("BackgroundImageCache", false, true) /**//* = IE6 only */ | ||
+ | } | ||
+ | |||
+ | }catch(oh){}; | ||
+ | })(); | ||
+ | </script> | ||
- | + | <style> | |
- | + | ||
- | + | html { zoom: expression(function(ele){ ele.style.zoom = "1"; document.execCommand("BackgroundImageCache", false, true); }(this)); } | |
- | + | ||
- | + | </style> | |
</head> | </head> | ||
Line 43: | Line 60: | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 07:55, 25 September 2012