Team:KAIST-Korea/header
From 2011.igem.org
(Difference between revisions)
Line 13: | Line 13: | ||
/--> | /--> | ||
+ | |||
+ | <script language=javascript> | ||
+ | n = document.layers | ||
+ | ie = document.all | ||
+ | function hide() { | ||
+ | if (ie || n) { | ||
+ | if (n) document.Load.visibility = "hidden" | ||
+ | else Load.style.visibility = "hidden" | ||
+ | } | ||
+ | } | ||
+ | </script> | ||
+ | |||
+ | |||
<style type="text/css"> | <style type="text/css"> | ||
Line 145: | Line 158: | ||
</head> | </head> | ||
+ | |||
+ | |||
+ | <body onload="hide()" bgcolor='white' text='black'> | ||
+ | <script language=javascript> | ||
+ | if(ie || n) document.write('<div id="Load" style="position:absolute;width:100%;height:100%;top:0;left:0;background-color: #ffffff;z-index:5">페이지 로딩중 보여줄 내용</div>') | ||
+ | </script> | ||
+ | </body> | ||
+ | |||
</html> | </html> |
Revision as of 19:04, 22 July 2011