Leo?
03-08-2008, 10:00 PM
http://img142.imageshack.us/img142/4364/adsztm2.jpg
Open the 'Threadbit ' template
Find
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"<if condition="$show['gotonewpost']"> style="font-weight:bold"</if>>$thread[threadtitle]</a>And add after it:
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" class="tooltip">$thread[threadtitle]<em><span></span>$thread[preview]</em></a>
Add Additional CSS Definitions
a.tooltip em {
display:none;
}
a.tooltip:hover {
border: 0;
position: relative;
z-index: 500;
text-decoration:none;
}
a.tooltip:hover em {
font-style: normal;
display: block;
position: absolute;
top: 20px;
left: -10px;
padding: 5px;
color: #000;
border: 1px solid #bbb;
background: #ffc;
width:170px;
}
a.tooltip:hover em span {
position: absolute;
top: -7px;
left: 15px;
height: 7px;
width: 11px;
background: transparent url(images/info.gif);
margin:0;
padding: 0;
border: 0;
}pict. :
http://img253.imageshack.us/img253/9499/infoaz8.gif
(http://www.grafilabs.com/forum/images/info.gif)
Open the 'Threadbit ' template
Find
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"<if condition="$show['gotonewpost']"> style="font-weight:bold"</if>>$thread[threadtitle]</a>And add after it:
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" class="tooltip">$thread[threadtitle]<em><span></span>$thread[preview]</em></a>
Add Additional CSS Definitions
a.tooltip em {
display:none;
}
a.tooltip:hover {
border: 0;
position: relative;
z-index: 500;
text-decoration:none;
}
a.tooltip:hover em {
font-style: normal;
display: block;
position: absolute;
top: 20px;
left: -10px;
padding: 5px;
color: #000;
border: 1px solid #bbb;
background: #ffc;
width:170px;
}
a.tooltip:hover em span {
position: absolute;
top: -7px;
left: 15px;
height: 7px;
width: 11px;
background: transparent url(images/info.gif);
margin:0;
padding: 0;
border: 0;
}pict. :
http://img253.imageshack.us/img253/9499/infoaz8.gif
(http://www.grafilabs.com/forum/images/info.gif)