]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/BubbleTooltips.js
* streamline copyright statements; add Conclusion of included components; flip to...
[citadel.git] / webcit / static / BubbleTooltips.js
index 1c24b1be27ca394a7720ef88464e157bdb6c1c64..104863f2e3c81f8d83466e985ee83a2b023ca860 100644 (file)
@@ -1,8 +1,13 @@
 /*
  * JavaScript code to create "bubble tooltips"
+ * 
+ * Copyright (C) 2006 Alessandro Fulciniti [http://web-graphics.com]
+ * Copyright (C) 2006 Art Cancro [http://www.citadel.org]
+ *
+ * The original version of this module was released into the public
+ * domain.  This version is distributed as part of the Citadel system
+ * under the terms of the GNU General Public License v3.
  *
- * This is largely based on code written by Alessandro Fulciniti
- * http://pro.html.it - http://web-graphics.com
  */
 
 function btt_enableTooltips(id)
@@ -117,5 +122,5 @@ function btt_Locate(e)
                }
        }
        document.getElementById("btc").style.top = (posy + 10) + "px";
-       document.getElementById("btc").style.left = (posx - 20) + "px";
+       document.getElementById("btc").style.left = (posx - 260) + "px";
 }