SVN: toys/stbr/index.php

sparky sparky at pld-linux.org
Thu May 17 02:24:31 CEST 2007


Author: sparky
Date: Thu May 17 02:24:31 2007
New Revision: 8585

Modified:
   toys/stbr/index.php
Log:
- don't place popup so far when it's at the bottom of the page


Modified: toys/stbr/index.php
==============================================================================
--- toys/stbr/index.php	(original)
+++ toys/stbr/index.php	Thu May 17 02:24:31 2007
@@ -174,7 +174,7 @@
     }
 
     popupS.left = (x < maxX ? x : maxX) + "px";
-    popupS.top = (y < maxY ? y : y - popup.offsetHeight * 2 - 1) + "px";
+    popupS.top = (y < maxY ? y : y - popup.offsetHeight * 1.1) + "px";
 }
 function hideOver() {
     popupS.display = "none";


More information about the pld-cvs-commit mailing list