diff -r ec676b63b663 -r 11011b712cf2 web/LdtPlayer.css --- a/web/LdtPlayer.css Mon Dec 19 11:00:49 2011 +0100 +++ b/web/LdtPlayer.css Mon Dec 19 11:01:02 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;