Différences
Ci-dessous, les différences entre deux révisions de la page.
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 ====== | ||
< | < | ||
- | <iframe src=" | + | <style>Â |
- | </ | + | .responsive |
- | <script>Â | + | position: relative;Â |
- | $(' | + | display: block;Â |
- | </ | + | |
- | window.onload = function() {Â | + | |
- | if (window.jQuery) { Â | + | |
- | // jQuery is loaded | + | |
- | alert(" | + | |
- | } else {Â | + | |
- | // jQuery is not loaded | + | |
- | alert(" | + | |
- | } | + | |
} | } | ||
+ | |||
+ | .responsive iframe { | ||
+ | position: absolute; | ||
+ | top: 0; | ||
+ | left: 0; | ||
+ | bottom: 0; | ||
+ | height: 100%; | ||
+ | width: 100%; | ||
+ | border: 0; | ||
+ | } | ||
+ | |||
+ | .plan { | ||
+ | padding-bottom: | ||
+ | } | ||
+ | </ | ||
+ | <div class=" | ||
+ | |||
+ | <iframe src=" | ||
+ | </ | ||
+ | </ | ||
+ | |||
</ | </ |