From 09e7883b87f3d3e66b9d2597a75b0e18a32a3200 Mon Sep 17 00:00:00 2001 From: "real3t@gmail.com" <> Date: Wed, 22 Nov 2017 11:45:54 +0000 Subject: [PATCH] Il va falloir trouver une autre solution, cf http://www.positioniseverything.net/articles/onetruelayout/appendix/equalheightproblems --- layout.css.html | 1 + 1 file changed, 1 insertion(+) diff --git a/layout.css.html b/layout.css.html index 56534fe8..39776ef7 100644 --- a/layout.css.html +++ b/layout.css.html @@ -346,6 +346,7 @@ }] /* Astuce trouvée sur https://stackoverflow.com/questions/1205159/html-css-making-two-floating-divs-the-same-height */ +/* Mais ça pose problème avec les ancres : http://www.positioniseverything.net/articles/onetruelayout/appendix/equalheightproblems */ #contenu { overflow: hidden; width: 100%; } #content, #navigation, #extra { padding-bottom: 5000em; -- GitLab