mouseover on link
Posted: Thu Sep 09, 2010 5:24 am
Hi,
I have a page with list of articles (with link) which is populated from a MySQL database - so clicking on thr name(link) take the user to the full article.
This works fine, but I want to include short summary description for each article which 'drops down' only when the user places mouse over the Article name(link) and the summary description row for each article remains hidden until mouseover on link (then dissapears onmouseout).
Do i have to use JQuery and AJAX to accomplish the same. Can any one point me to few examples ?
(Moving to PHP from .NET isn't the bestest thing. I am learning how to write bad code until i start PHP in object oriented style.)
I have a page with list of articles (with link) which is populated from a MySQL database - so clicking on thr name(link) take the user to the full article.
This works fine, but I want to include short summary description for each article which 'drops down' only when the user places mouse over the Article name(link) and the summary description row for each article remains hidden until mouseover on link (then dissapears onmouseout).
Do i have to use JQuery and AJAX to accomplish the same. Can any one point me to few examples ?
(Moving to PHP from .NET isn't the bestest thing. I am learning how to write bad code until i start PHP in object oriented style.)