Feb 21, 2005 #1 KingRichard3 Programmer Joined Feb 9, 2005 Messages 58 Location US Can I make a (text) tooltip upon mouseover over an HTML table cell? Thanks, Rick
Feb 21, 2005 #2 BillyRayPreachersSon Programmer Joined Dec 8, 2003 Messages 17,047 Location GB This works in IE6 and FF: Code: <td title="Your text here"> Hope this helps, Dan Upvote 0 Downvote
Feb 21, 2005 Thread starter #3 KingRichard3 Programmer Joined Feb 9, 2005 Messages 58 Location US And what happens if you use that in other browsers? Rick Upvote 0 Downvote
Feb 21, 2005 #4 BillyRayPreachersSon Programmer Joined Dec 8, 2003 Messages 17,047 Location GB I don't know - I only have access to those two browsers immediately. You could try it yourself if you have others. I suspect, however, that as it is part of the W3C standard, that most browsers will support it. Dan Upvote 0 Downvote
I don't know - I only have access to those two browsers immediately. You could try it yourself if you have others. I suspect, however, that as it is part of the W3C standard, that most browsers will support it. Dan
Feb 21, 2005 Thread starter #5 KingRichard3 Programmer Joined Feb 9, 2005 Messages 58 Location US Thanks! Upvote 0 Downvote