Author: sparky
Date: Thu May 17 02:29:33 2007
New Revision: 8586
Modified:
toys/stbr/index.php
Log:
- correct fix
Modified: toys/stbr/index.php
==============================================================================
--- toys/stbr/index.php (original)
+++ toys/stbr/index.php Thu May 17 02:29:33 2007
@@ -174,7 +174,7 @@
}
popupS.left = (x < maxX ? x : maxX) + "px";
- popupS.top = (y < maxY ? y : y - popup.offsetHeight * 1.1) + "px";
+ popupS.top = (y < maxY ? y : y - popup.offsetHeight - 30) + "px";
}
function hideOver() {
popupS.display = "none";
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit