Difference between revisions of "Página de pruebas 4"

From Sinfronteras
Jump to: navigation, search
Line 1: Line 1:
#container {
+
 
  width: 100px;
 
  height: 100px;
 
  position: relative;
 
}
 
#navi,
 
#infoi {
 
  width: 100%;
 
  height: 100%;
 
  position: absolute;
 
  top: 0;
 
  left: 0;
 
}
 
#infoi {
 
  z-index: 10;
 
}
 
  
 
<div id="container">
 
<div id="container">
Line 135: Line 120:
 
         z-index: -1 !important;
 
         z-index: -1 !important;
 
     }
 
     }
 +
    #container {
 +
    width: 100px;
 +
    height: 100px;
 +
    position: relative;
 +
}
 +
#navi,
 +
#infoi {
 +
    width: 100%;
 +
    height: 100%;
 +
    position: absolute;
 +
    top: 0;
 +
    left: 0;
 +
}
 +
#infoi {
 +
    z-index: 10;
 +
}
 
}}
 
}}
  

Revision as of 18:54, 2 March 2021