You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
511 B
35 lines
511 B
/* EXTERNAL STYLE SHEET FOR TOOLTIP ELEMENTS */
|
|
|
|
.divTooltip
|
|
{
|
|
position:absolute;
|
|
height:1%;
|
|
width:20%;
|
|
z-index:30;
|
|
cursor:default;
|
|
visibility:hidden;
|
|
border: 1 solid buttonshadow;
|
|
}
|
|
|
|
.tblTooltip
|
|
{
|
|
position:relative;
|
|
width:100%;
|
|
height:100%;
|
|
font-family:Tahoma;
|
|
font-weight:normal;
|
|
cursor:default;
|
|
z-index:10;
|
|
}
|
|
|
|
.divTooltipPointer
|
|
{
|
|
position:absolute;
|
|
top:2%;
|
|
left:20%;
|
|
height:1%;
|
|
width:1%;
|
|
font-family:Wingdings;
|
|
visibility:hidden;
|
|
z-index:5;
|
|
}
|