Hi User, can any one help me to implementing on mouse over in php. Example: In this Forum list. there is lot of Question . When you are pointing mouse on any of question, u are getting all information of New Thread without opening of Question. So i need help in PHP so i can make my portal more attractive.. Thanks Sam
It's pure HTML, actually: <a href="http..." title="All the text you want to display on mouseover here">Link</a> HTML:
hey, i need this thing dynamically. every time i can't open and paste it. plz send full code. so i can implement. Thanks Sam
Sorry but you cant answer this question without your PHP code. Are you getting your data from a database? Or what?
Without your code it's hard to give an exact answer, but I'm going to assume that you are pulling all of the questions from a database and then using a loop to output them all into the browser in the form of HTML links. If this is the case, then just add the title attribute as mentioned above to your output and use a db field to store the value you want to use for each question.