You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Problem with tooltip in table (IE7+8) Created Nov 3, 2009

This thread is solved

Views: 678     Replies: 3     Last reply Nov 9, 2009  
You must login first before you can use this feature

Elharter

Posts: 3

Registered:
Nov 3, 2009

Problem with tooltip in table (IE7+8)

Posted: Nov 3, 2009

Hey,

i would like to install tooltip....
@FireFox 3.5.4 all works great...
@IE7+8 tooltip is not working

MyCode:
$(document).ready (function() {
$("#starsProfileTable img").tooltip({tip: '#starstooltip'});
})

<table border="0" height="30" cellspacing="0" cellpadding="0" name="starsProfileTable" id="starsProfileTable" align="center">
<tr>
<td style="width:30px;"><img border="0" src="images/sternsiegel_v_sw2.png" width="30" height="30"></td>
<td style="width:30px;"><img border="0" src="images/sternsiegel_100_sw2.png" width="30" height="30"></td>
<td style="width:30px;"><img border="0" src="images/sternsiegel_fc_sw2.png" width="30" height="30"></td>
<td style="width:30px;"><img border="0" src="images/sternsiegel_ac_sw2.png" width="30" height="30"></td>
<td style="width:30px;"><img border="0" src="images/sternsiegel_lc_sw2.png" width="30" height="30"></td>
</tr>
</table>

So....if i change at the Javascriptsource the $("#starsProfileTable img").tooltip to a single ID ($("#starsIMG").tooltip it works for 1 Image in the table on both Browsers (IE+FF)....

Any Ideas?

Elharter

Posts: 3

Registered:
Nov 3, 2009

» Problem with tooltip in table (IE7+8)

Posted: Nov 9, 2009

Reply to: Problem with tooltip in table (IE7+8), from Elharter
??????????

no help?

Elharter

Posts: 3

Registered:
Nov 3, 2009

» Problem with tooltip in table (IE7+8)

Posted: Nov 9, 2009

Reply to: Problem with tooltip in table (IE7+8), from Elharter
??????????

no help?

custa1200

Posts: 54

Registered:
Oct 31, 2009

» Problem with tooltip in table (IE7+8)

Posted: Nov 9, 2009

Reply to: Problem with tooltip in table (IE7+8), from Elharter
I would avoid using it on tables for a start see if that makes a difference. Just place the images inside a div.