Bassistance Tooltip not showing on IE 8
Hi, I'm having this issue hope someone can help me, I'm using the bassistance tooltip plugin to show tooltips on a table whenever the user moves the mouse over images in the table, it works perfectly on IE 6, IE 7, FF, Opera, Safari etc, but when I try it on IE 8 the tooltips don't show, can anybody give an idea of what's going on?
I'm using the 1.3 version of the plugin and I'm invoking it this way:
$(document).ready(function() {
$('#tablaReferencias img').tooltip({showURL: false});
});
The table id is tablaReferencias and the Table row is like this:
<tr bgcolor="#E4E2CE">
<td class="nombresCampos" align="left">dato</td>
<td class="nombresCampos" align="left">dato</td>
<td class="nombresCampos" align="left">dato</td>
<td class="nombresCampos" align="left">
<div id="tooltip" class="tooltip"></div>
<!-- <div id="tool"> -->
   <img border="0" src="imagenes/derecha.jpg" title="Modifica esta referencia laboral dando clic aquí" >   
<img border="0" src="imagenes/eliminar.jpg" title="Elimina esta referencia laboral dando clic aquí" >   
<img border="0" src="imagenes/sube.jpg" title="Carga una imagen que tenga relación con esta referencia laboral dando clic aquí" >   
<img border="0" src="imagenes/buscar.jpg" title="Ve la imagen de esta referencia laboral dando clic aquí" >
</td>
</tr>
Forgive my english it's not as good as I wish, hope someone can give me a clue.
Thanks in advanced, Greetings!