
Download :
You must register before you can view this text.
DO IT
1. upload file tooltip.js to folder css of current template
2. Open file main.tpl
Find
{headers}
BELOW add
You must register before you can view this text.
3. Open file style.css of current template
At the end of this file, add
#tooltip
{
background-color: #e1f0c5;
line-height:10px;
color: #96a96f;
font-family:verdana;
font-size:11px;
width:auto;
border-top:1px solid #96a96f;
border-right:1px solid #96a96f;
border-bottom:1px solid #96a96f;
border-left:5px solid #96a96f;
margin:0px;
padding:8px;
position:absolute;
visibility:hidden;
}
{
background-color: #e1f0c5;
line-height:10px;
color: #96a96f;
font-family:verdana;
font-size:11px;
width:auto;
border-top:1px solid #96a96f;
border-right:1px solid #96a96f;
border-bottom:1px solid #96a96f;
border-left:5px solid #96a96f;
margin:0px;
padding:8px;
position:absolute;
visibility:hidden;
}

Updates
Dle templates English


