Difference between revisions of "Template:UiOslo Norway"

Line 198: Line 198:
 
     }
 
     }
  
/*test to add Box when mouse is hovered over a piece of text*/
 
span{
 
        position: absolute;
 
        z-index:200;       
 
        background: none repeat scroll 0 0 #999966;
 
        border: 3px solid #472400;
 
        color: #472400;
 
        width:98px;
 
        font-size: 13px;
 
        height: 0;
 
overflow:hidden;
 
left:-30;
 
        line-height: 20px;
 
        top:-80px;
 
 
       
 
    }
 
 
   
 
 
    p:hover span{
 
        display:block;
 
left:30;
 
        height: 100;
 
    }
 
  
 
</style>
 
</style>

Revision as of 08:30, 4 August 2015