View Single Post
  #1  
Old 10th October 2010, 11:06
lovebeer's Avatar
lovebeer lovebeer is offline
Senior Member
 
Join Date: May 2009
Romania
Posts: 91
Default Ballon Tooltips in 5.6
Hi, I just installed Template-Shares 5.6, and I am trying to make ballon tooltip to work, but I cant make it work...

This the code from browse.php:
Code:
        $name_torrent = '<a href=details.php?id='.$torrents['id'].' onmouseover="return overlib(<td align=left><img src=' . $torrents["t_image"] . ' width=150 border=0 /></td>\, WIDTH, 400, DELAY, 200)"; onmouseout="return nd()"><b>'.(!empty($keywords) ? highlight(htmlspecialchars_uni($keywords), $torrents['name']) : $torrents['name']).'</b></a> '.$isnew.' '.$issticky.' '.$isfree.' '.$issilver.' '.$isdoubleupload.' '.$isrequest.' '.$isnuked.' <span id="isexternal_'.$torrents['id'].'">'.$isexternal.'</span>';
in templates stdhead i put this where are other <script>:
Code:
<script type="text/javascript" src="overlib.js"></script>
and this :
Code:
<div id="overDiv" style="position:absolute; visibility:hidden; z-index:1000;"></div>
after <body>

Sorry for my english!
Please help me to solve this
__________________

Reply With Quote