Difference between revisions of "Template:Wageningen UR/Menuv2"

Line 5: Line 5:
 
     <meta name="viewport" content="width=device-width">
 
     <meta name="viewport" content="width=device-width">
 
</head>
 
</head>
 +
 +
/*mask page while it is loading */
 +
<div id="loading-mask"></div>
 +
 +
<style>
 +
#loading-mask {
 +
{
 +
    background-color: white;
 +
    height: 100%;
 +
    left: 0;
 +
    position: fixed;
 +
    top: 0;
 +
    width: 100%;
 +
    z-index: 9999;
 +
}
 +
</style>
  
 
<div class="TopMenuBackground">
 
<div class="TopMenuBackground">

Revision as of 23:00, 13 October 2017

/*mask page while it is loading */