From 87a106e4d191114e59f03aaf727de937857ef2e3 Mon Sep 17 00:00:00 2001 From: Jacques Pyrat <jacques@pyrat.net> Date: Wed, 22 Jul 2020 17:18:03 +0200 Subject: [PATCH] =?UTF-8?q?Utiliser=20supposition.js=20pour=20g=C3=A9rer?= =?UTF-8?q?=20les=20bords=20de=20l'=C3=A9cran?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit cf https://stackoverflow.com/questions/13980122/superfish-menu-display-subitems-left-if-there-is-not-enough-screenspace-on-the/47286812#47286812 https://jsfiddle.net/2hmeLw8g/5/ et https://jsfiddle.net/7j8m0yan/ Le code venant de https://gist.github.com/joeldbirch/5371649 --- javascripts.js.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascripts.js.html b/javascripts.js.html index 71c67113..afbd200c 100644 --- a/javascripts.js.html +++ b/javascripts.js.html @@ -197,7 +197,7 @@ function myInitPages() { $(".sf-menu").superfish({ hoverClass: 'hover', delay: 800 - }); + }).supposition(); }); } -- GitLab