I am trying to make a kind of tips for each link i have in the table . I mean that i have a table with 2 cols , one for displaying lists of links while the other is for displaying the tip of that link ( in multi lines - i use <textarea> not <input type=text>) i want when the user move the mouse over a link on the left , the tip of that link will be displayed on the right . The problem is that i can't make it with javascript , so i think it will be solved in PHP .
Anyone ever done this before ? Please show me how you have made it .