changed positioning for tooltip. popcorn-port
authorhamidouk
Mon, 19 Dec 2011 16:47:59 +0100
branchpopcorn-port
changeset 486 b1191f621343
parent 485 67cf75eefeb6
child 487 4c006b1dcc66
changed positioning for tooltip.
src/css/LdtPlayer.css
--- a/src/css/LdtPlayer.css	Mon Dec 19 16:47:45 2011 +0100
+++ b/src/css/LdtPlayer.css	Mon Dec 19 16:47:59 2011 +0100
@@ -300,7 +300,7 @@
     /* 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;
+      position:fixed;
       padding : 3px;
       z-index: 10000000000;
       max-width: 200px;