src/css/LdtPlayer.css
branchpopcorn-port
changeset 486 b1191f621343
parent 484 479a74f9ddf8
child 515 54324c5d82ab
equal deleted inserted replaced
485:67cf75eefeb6 486:b1191f621343
   298 
   298 
   299     .tip{
   299     .tip{
   300     /* why not absolute instead of fixed ? because the div containing the tooltip widget is not a subdiv of its parent
   300     /* why not absolute instead of fixed ? because the div containing the tooltip widget is not a subdiv of its parent
   301                            widget */
   301                            widget */
   302       /*position : fixed;  */
   302       /*position : fixed;  */
   303       position: absolute;
   303       position:fixed;
   304       padding : 3px;
   304       padding : 3px;
   305       z-index: 10000000000;
   305       z-index: 10000000000;
   306       max-width: 200px;
   306       max-width: 200px;
   307       background: transparent url("imgs/white_arrow_long.png");
   307       background: transparent url("imgs/white_arrow_long.png");
   308       font-size: 12px;
   308       font-size: 12px;