View Single Post
Old 11-27-2012, 01:19 AM   PM User | #20
Old Pedant
Supreme Master coder!

 
Old Pedant's Avatar
 
Join Date: Feb 2009
Posts: 23,210
Thanks: 59
Thanked 3,996 Times in 3,965 Posts
Old Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to all
And so instead of my
Code:
<tr onmouseover="...">
you can try just using
Code:
<tr title="Lowest price for this flight is $<?php echo row['lowest'];?>">
But the problem with a title is that it doesn't stay on the screen very long. If you want a more persistent message, you can use JS as I showed you.
__________________
An optimist sees the glass as half full.
A pessimist sees the glass as half empty.
A realist drinks it no matter how much there is.
Old Pedant is offline   Reply With Quote