Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
planning [2019/01/10 11:38]
sioc
planning [2021/04/15 13:56] (Version actuelle)
Ligne 1: Ligne 1:
 ====== Planning ====== ====== Planning ======
 <html> <html>
-<iframe src="https://beta.club-ea.com/plan.inc/planning.php" frameborder="0" scrolling="no"> +<style> 
-</iframe> +.responsive { 
-<script> +  position: relative; 
-$('iframe').load(function(){$(this).height($(this).contents().outerHeight());}); +  display: block; 
-</script> +  height: 0; 
-window.onload = function() { +  padding: 0; 
-    if (window.jQuery) {  Â +  overflow: hidden;
-        // jQuery is loaded  Â +
-        alert("Yeah!"); +
-    } else { +
-        // jQuery is not loaded +
-        alert("Doesn't Work"); +
-    }+
 } }
 +
 +.responsive iframe {
 +  position: absolute;
 +  top: 0;
 +  left: 0;
 +  bottom: 0;
 +  height: 100%;
 +  width: 100%;
 +  border: 0;
 +}
 +
 +.plan {
 +  padding-bottom: 670%;  
 +}
 +</style>
 +<div class="responsive plan">
 +
 +<iframe src="https://club-ea.com/plan.inc/planning.php" width="98%" class="embed-responsive-item" frameborder="0" scrolling="no">
 +</iframe>
 +</div>
 +
 </html> </html>