]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
no message
authoreldy <>
Sat, 25 Mar 2006 15:06:58 +0000 (15:06 +0000)
committereldy <>
Sat, 25 Mar 2006 15:06:58 +0000 (15:06 +0000)
wwwroot/cgi-bin/plugins/tooltips.pm

index ed318bb2d28c27b68b588fee95f6bbab5167b410..c8c5e34bac459536de88fc9f70bc6fa1c6842da4 100644 (file)
@@ -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";