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> , when the user moveover a link on the left the tip will be displayed on the right column . 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 .