From: eldy <> Date: Sat, 25 Mar 2006 15:06:58 +0000 (+0000) Subject: no message X-Git-Tag: AWSTATS_6_6_BETA~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f740e446cbf3f894384ed688bb5f0977e0c8cec;p=thirdparty%2FAWStats.git no message --- diff --git a/wwwroot/cgi-bin/plugins/tooltips.pm b/wwwroot/cgi-bin/plugins/tooltips.pm index ed318bb2..c8c5e34b 100644 --- a/wwwroot/cgi-bin/plugins/tooltips.pm +++ b/wwwroot/cgi-bin/plugins/tooltips.pm @@ -88,11 +88,13 @@ sub AddHTMLBodyHeader_tooltips { # .style.left/.height/.width/.top IE456 OK Netscape67 OK XHTML OK # document.getElementById IE456 OK Opera OK Netscape67 OK XHTML OK # document.body.offsetWidth|document.body.style.pixelWidth IE OK Opera OK Netscape OK XHTML KO Visible width of container - # document.body.scrollTop IE OK Opera OK Netscape OK XHTML KO Visible width of container # document.documentElement.offsetWidth XHTML OK Visible width of container - # document.body.scrollTop IE OK Opera OK Netscape OK XHTML KO Visible width of container # tooltipOBJ.offsetWidth|tooltipOBJ.style.pixelWidth IE OK Opera OK Netscape OK Width of an object - # event.clientXY IE OK Opera OK Netscape KO XHTML KO Return position of mouse + # event.clientXY IE OK Opera OK Netscape KO XHTML KO Position of mouse + # window.innerHeight IE OK Netscape OK Height of container + + # window.pageYOffset ? + # document.body.scrollTop IE OK Opera OK Netscape ? XHTML KO ? my $docwidth="document.body.offsetWidth"; my $doctop="document.body.scrollTop";