src/css/LdtPlayer.css
branchpopcorn-port
changeset 477 1e51d638e7ea
parent 473 1a09ab7e7163
child 482 1c225a39a3b1
--- a/src/css/LdtPlayer.css	Mon Dec 19 08:59:45 2011 +0100
+++ b/src/css/LdtPlayer.css	Mon Dec 19 10:53:34 2011 +0100
@@ -289,8 +289,10 @@
     }
 
     .tip{
-      position : fixed; /* why not absolute instead of fixed ? because the div containing the tooltip widget is not a subdiv of its parent
+    /* why not absolute instead of fixed ? because the div containing the tooltip widget is not a subdiv of its parent
                            widget */
+      /*position : fixed;  */
+      position: absolute;
       padding : 3px;
       z-index: 10000000000;
       max-width: 200px;